diff --git a/grafana-dashboard-orion-ld.json b/grafana-dashboard-orion-ld.json new file mode 100644 index 00000000..3097693a --- /dev/null +++ b/grafana-dashboard-orion-ld.json @@ -0,0 +1,269 @@ +{ + "annotations": { + "list": [] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": null, + "links": [], + "panels": [ + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "fieldConfig": { + "defaults": { + "color": {"mode": "palette-classic"}, + "custom": {"axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": {"legend": false, "tooltip": false, "vis": false}, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": {"type": "linear"}, "showPoints": "never", "spanNulls": false, "stacking": {"group": "A", "mode": "none"}, "thresholdsStyle": {"mode": "off"}}, + "mappings": [], + "thresholds": {"mode": "absolute", "steps": [{"color": "green", "value": null}]} + }, + "overrides": [] + }, + "gridPos": {"h": 8, "w": 12, "x": 0, "y": 0}, + "id": 1, + "options": {"legend": {"calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true}, "tooltip": {"mode": "single"}}, + "targets": [ + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "format": "time_series", + "group": [], + "metricColumn": "temperature", + "refId": "A", + "sql": { + "columns": [], + "groupBy": [], + "limit": "", + "orderBy": [], + "rawQuery": true, + "rawSql": "SELECT time_index as \"time\", AVG(temperature) as \"temperature\" FROM quantumleap.etairqualityobserved WHERE $__timeFilter(time_index) GROUP BY time_index ORDER BY time_index", + "refId": "A" + } + } + ], + "title": "Température Moyenne (°C)", + "type": "timeseries" + }, + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "fieldConfig": { + "defaults": { + "color": {"mode": "palette-classic"}, + "custom": {"axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": {"legend": false, "tooltip": false, "vis": false}, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": {"type": "linear"}, "showPoints": "never", "spanNulls": false, "stacking": {"group": "A", "mode": "none"}, "thresholdsStyle": {"mode": "off"}}, + "mappings": [], + "thresholds": {"mode": "absolute", "steps": [{"color": "green", "value": null}]} + }, + "overrides": [] + }, + "gridPos": {"h": 8, "w": 12, "x": 12, "y": 0}, + "id": 2, + "options": {"legend": {"calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true}, "tooltip": {"mode": "single"}}, + "targets": [ + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "format": "time_series", + "group": [], + "metricColumn": "no2", + "refId": "A", + "sql": { + "columns": [], + "groupBy": [], + "limit": "", + "orderBy": [], + "rawQuery": true, + "rawSql": "SELECT time_index as \"time\", AVG(no2) as \"no2\" FROM quantumleap.etairqualityobserved WHERE $__timeFilter(time_index) GROUP BY time_index ORDER BY time_index", + "refId": "A" + } + } + ], + "title": "NO2 Moyen (µg/m³)", + "type": "timeseries" + }, + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "fieldConfig": { + "defaults": { + "color": {"mode": "palette-classic"}, + "custom": {"axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": {"legend": false, "tooltip": false, "vis": false}, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": {"type": "linear"}, "showPoints": "never", "spanNulls": false, "stacking": {"group": "A", "mode": "none"}, "thresholdsStyle": {"mode": "off"}}, + "mappings": [], + "thresholds": {"mode": "absolute", "steps": [{"color": "green", "value": null}]} + }, + "overrides": [] + }, + "gridPos": {"h": 8, "w": 12, "x": 0, "y": 8}, + "id": 3, + "options": {"legend": {"calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true}, "tooltip": {"mode": "single"}}, + "targets": [ + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "format": "time_series", + "group": [], + "metricColumn": "humidity", + "refId": "A", + "sql": { + "columns": [], + "groupBy": [], + "limit": "", + "orderBy": [], + "rawQuery": true, + "rawSql": "SELECT time_index as \"time\", AVG(humidity) as \"humidity\" FROM quantumleap.etairqualityobserved WHERE $__timeFilter(time_index) GROUP BY time_index ORDER BY time_index", + "refId": "A" + } + } + ], + "title": "Humidité Moyenne (%)", + "type": "timeseries" + }, + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "fieldConfig": {"defaults": {"color": {"mode": "thresholds"}}, "overrides": []}, + "gridPos": {"h": 8, "w": 12, "x": 12, "y": 8}, + "id": 4, + "options": {"showHeader": true, "sortBy": [{"desc": true, "displayName": "time_index"}]}, + "targets": [ + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "format": "table", + "group": [], + "metricColumn": "entity_id", + "refId": "A", + "sql": { + "columns": [ + {"name": "entity_id", "parameters": []}, + {"name": "time_index", "parameters": []}, + {"name": "temperature", "parameters": []}, + {"name": "no2", "parameters": []}, + {"name": "humidity", "parameters": []} + ], + "groupBy": [], + "limit": "10", + "orderBy": [{"name": "time_index", "desc": true}], + "rawQuery": false, + "rawSql": "SELECT entity_id, time_index, temperature, no2, humidity FROM quantumleap.etairqualityobserved ORDER BY time_index DESC LIMIT 10", + "refId": "A" + } + } + ], + "title": "Dernières Mesures", + "type": "table" + }, + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "fieldConfig": { + "defaults": { + "color": {"mode": "thresholds"}, + "mappings": [], + "max": 100, + "min": 0, + "thresholds": {"mode": "absolute", "steps": [{"color": "green", "value": null}, {"color": "yellow", "value": 50}, {"color": "red", "value": 80}]}, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": {"h": 8, "w": 8, "x": 0, "y": 16}, + "id": 5, + "options": {"orientation": "auto", "reduceOptions": {"calcs": [{"text": "Last", "value": "last"}], "fields": "", "values": false}, "showThresholdLabels": false, "showThresholdMarkers": true, "textMode": "auto"}, + "targets": [ + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "format": "time_series", + "group": [], + "metricColumn": "humidity", + "refId": "A", + "sql": { + "columns": [], + "groupBy": [], + "limit": "", + "orderBy": [], + "rawQuery": true, + "rawSql": "SELECT time_index as \"time\", AVG(humidity) as \"humidity\" FROM quantumleap.etairqualityobserved WHERE $__timeFilter(time_index) GROUP BY time_index ORDER BY time_index DESC LIMIT 1", + "refId": "A" + } + } + ], + "title": "Humidité Actuelle", + "type": "gauge" + }, + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "fieldConfig": { + "defaults": { + "color": {"mode": "thresholds"}, + "mappings": [], + "max": 100, + "min": 0, + "thresholds": {"mode": "absolute", "steps": [{"color": "blue", "value": null}, {"color": "orange", "value": 50}, {"color": "red", "value": 100}]}, + "unit": "density" + }, + "overrides": [] + }, + "gridPos": {"h": 8, "w": 8, "x": 8, "y": 16}, + "id": 6, + "options": {"orientation": "auto", "reduceOptions": {"calcs": [{"text": "Last", "value": "last"}], "fields": "", "values": false}, "showThresholdLabels": false, "showThresholdMarkers": true, "textMode": "auto"}, + "targets": [ + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "format": "time_series", + "group": [], + "metricColumn": "no2", + "refId": "A", + "sql": { + "columns": [], + "groupBy": [], + "limit": "", + "orderBy": [], + "rawQuery": true, + "rawSql": "SELECT time_index as \"time\", AVG(no2) as \"no2\" FROM quantumleap.etairqualityobserved WHERE $__timeFilter(time_index) GROUP BY time_index ORDER BY time_index DESC LIMIT 1", + "refId": "A" + } + } + ], + "title": "NO2 Actuel", + "type": "gauge" + }, + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "fieldConfig": { + "defaults": { + "color": {"mode": "thresholds"}, + "mappings": [], + "max": 50, + "min": 0, + "thresholds": {"mode": "absolute", "steps": [{"color": "blue", "value": null}, {"color": "orange", "value": 25}, {"color": "red", "value": 40}]}, + "unit": "celsius" + }, + "overrides": [] + }, + "gridPos": {"h": 8, "w": 8, "x": 16, "y": 16}, + "id": 7, + "options": {"orientation": "auto", "reduceOptions": {"calcs": [{"text": "Last", "value": "last"}], "fields": "", "values": false}, "showThresholdLabels": false, "showThresholdMarkers": true, "textMode": "auto"}, + "targets": [ + { + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "format": "time_series", + "group": [], + "metricColumn": "temperature", + "refId": "A", + "sql": { + "columns": [], + "groupBy": [], + "limit": "", + "orderBy": [], + "rawQuery": true, + "rawSql": "SELECT time_index as \"time\", AVG(temperature) as \"temperature\" FROM quantumleap.etairqualityobserved WHERE $__timeFilter(time_index) GROUP BY time_index ORDER BY time_index DESC LIMIT 1", + "refId": "A" + } + } + ], + "title": "Température Actuelle", + "type": "gauge" + } + ], + "schemaVersion": 38, + "style": "dark", + "tags": ["smart-city", "orion-ld", "cratedb", "air-quality"], + "templating": {"list": []}, + "time": {"from": "now-6h", "to": "now"}, + "title": "Smart City - Orion-LD Pipeline (COMPLET)", + "uid": "orion-ld-pipeline-final", + "version": 1 +} diff --git a/grafana-fixed.json b/grafana-fixed.json new file mode 100644 index 00000000..191a3e7f --- /dev/null +++ b/grafana-fixed.json @@ -0,0 +1,40 @@ +{ + "dashboard": { + "id": 29, + "uid": "orion-ld-simple", + "title": "Smart City - Orion-LD FINAL", + "tags": ["smart-city", "orion-ld", "fixed"], + "timezone": "browser", + "panels": [ + { + "id": 1, + "type": "timeseries", + "title": "Température (°C)", + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "targets": [ + { + "refId": "A", + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "rawQuery": true, + "rawSql": "SELECT time_index as \"time\", AVG(temperature) as \"temp\" FROM quantumleap.etairqualityobserved GROUP BY time_index ORDER BY time_index" + } + ] + }, + { + "id": 2, + "type": "table", + "title": "Dernières Mesures", + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "targets": [ + { + "refId": "A", + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "rawQuery": true, + "rawSql": "SELECT entity_id, time_index, temperature, no2, humidity FROM quantumleap.etairqualityobserved ORDER BY time_index DESC LIMIT 10" + } + ] + } + ] + }, + "overwrite": true +} diff --git a/grafana-simple.json b/grafana-simple.json new file mode 100644 index 00000000..3e9262f3 --- /dev/null +++ b/grafana-simple.json @@ -0,0 +1,26 @@ +{ + "dashboard": { + "id": null, + "uid": "orion-ld-simple", + "title": "Smart City - Orion-LD Simple", + "tags": ["smart-city", "orion-ld"], + "timezone": "browser", + "panels": [ + { + "id": 1, + "type": "timeseries", + "title": "Température", + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "targets": [ + { + "refId": "A", + "datasource": {"type": "postgres", "uid": "d43222c0-ad4e-4c49-9759-f822211e669e"}, + "rawQuery": true, + "rawSql": "SELECT time_index as \"time\", AVG(temperature) as \"temp\" FROM quantumleap.etairqualityobserved WHERE $__timeFilter(time_index) GROUP BY time_index ORDER BY time_index" + } + ] + } + ] + }, + "overwrite": false +} diff --git a/simulator.log b/simulator.log index 0bc1851d..de758da9 100644 --- a/simulator.log +++ b/simulator.log @@ -814398,3 +814398,502761 @@ 📈 InfluxDB: ✅ [SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18940 — 15:14:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18941 — 15:14:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18942 — 15:14:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18943 — 15:14:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #18944 — 15:14:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18945 — 15:14:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18946 — 15:14:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18947 — 15:14:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18948 — 15:14:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18949 — 15:14:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18950 — 15:14:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18951 — 15:14:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18952 — 15:14:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18953 — 15:14:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18954 — 15:14:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18955 — 15:14:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18956 — 15:14:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18957 — 15:14:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18958 — 15:14:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18959 — 15:14:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18960 — 15:14:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18961 — 15:14:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18962 — 15:14:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18963 — 15:14:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18964 — 15:14:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #18965 — 15:14:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18966 — 15:15:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18967 — 15:15:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18968 — 15:15:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18969 — 15:15:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18970 — 15:15:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18971 — 15:15:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18972 — 15:15:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18973 — 15:15:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18974 — 15:15:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18975 — 15:15:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18976 — 15:15:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18977 — 15:15:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18978 — 15:15:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18979 — 15:15:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18980 — 15:15:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18981 — 15:15:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18982 — 15:15:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18983 — 15:15:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18984 — 15:15:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18985 — 15:15:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18986 — 15:15:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18987 — 15:15:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18988 — 15:15:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18989 — 15:15:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18990 — 15:15:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18991 — 15:15:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18992 — 15:15:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18993 — 15:15:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18994 — 15:15:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18995 — 15:15:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18996 — 15:15:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18997 — 15:15:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18998 — 15:15:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #18999 — 15:15:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19000 — 15:15:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19001 — 15:15:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19002 — 15:15:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19003 — 15:15:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19004 — 15:15:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19005 — 15:15:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19006 — 15:15:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19007 — 15:15:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19008 — 15:15:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #19009 — 15:15:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19010 — 15:15:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19011 — 15:15:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19012 — 15:15:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19013 — 15:15:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19014 — 15:15:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19015 — 15:15:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19016 — 15:15:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19017 — 15:15:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19018 — 15:15:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19019 — 15:15:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19020 — 15:15:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19021 — 15:15:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[MQTT] ⚠️ Mosquitto déconnecté + +[SIM] ⏱️ It #19022 — 15:15:58 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19023 — 15:15:59 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19024 — 15:16:00 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19025 — 15:16:01 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19026 — 15:16:02 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19027 — 15:16:03 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19028 — 15:16:05 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19029 — 15:16:06 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19030 — 15:16:07 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19031 — 15:16:08 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19032 — 15:16:09 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19033 — 15:16:10 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19034 — 15:16:11 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19035 — 15:16:12 + 📤 city/sensors/traffic/traffic_000 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 1/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[MQTT] ✅ Mosquitto connecté + +[SIM] ⏱️ It #19036 — 15:16:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19037 — 15:16:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19038 — 15:16:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19039 — 15:16:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19040 — 15:16:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19041 — 15:16:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19042 — 15:16:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19043 — 15:16:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19044 — 15:16:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19045 — 15:16:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19046 — 15:16:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19047 — 15:16:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19048 — 15:16:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19049 — 15:16:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19050 — 15:16:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19051 — 15:16:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19052 — 15:16:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19053 — 15:16:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19054 — 15:16:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19055 — 15:16:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19056 — 15:16:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19057 — 15:16:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19058 — 15:16:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19059 — 15:16:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19060 — 15:16:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19061 — 15:16:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19062 — 15:16:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19063 — 15:16:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19064 — 15:16:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19065 — 15:16:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19066 — 15:16:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19067 — 15:16:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19068 — 15:16:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19069 — 15:16:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19070 — 15:16:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19071 — 15:16:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19072 — 15:16:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19073 — 15:16:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19074 — 15:16:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19075 — 15:16:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19076 — 15:16:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19077 — 15:16:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19078 — 15:16:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19079 — 15:16:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19080 — 15:16:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19081 — 15:16:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19082 — 15:17:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19083 — 15:17:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19084 — 15:17:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19085 — 15:17:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19086 — 15:17:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19087 — 15:17:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19088 — 15:17:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19089 — 15:17:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19090 — 15:17:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19091 — 15:17:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19092 — 15:17:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19093 — 15:17:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19094 — 15:17:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19095 — 15:17:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19096 — 15:17:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19097 — 15:17:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19098 — 15:17:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19099 — 15:17:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19100 — 15:17:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19101 — 15:17:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19102 — 15:17:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19103 — 15:17:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19104 — 15:17:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19105 — 15:17:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19106 — 15:17:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19107 — 15:17:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19108 — 15:17:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19109 — 15:17:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19110 — 15:17:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19111 — 15:17:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19112 — 15:17:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19113 — 15:17:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19114 — 15:17:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19115 — 15:17:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19116 — 15:17:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19117 — 15:17:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19118 — 15:17:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19119 — 15:17:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #19120 — 15:17:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19121 — 15:17:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19122 — 15:17:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19123 — 15:17:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19124 — 15:17:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19125 — 15:17:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19126 — 15:17:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19127 — 15:17:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19128 — 15:17:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19129 — 15:17:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19130 — 15:17:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19131 — 15:17:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19132 — 15:17:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19133 — 15:17:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19134 — 15:17:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19135 — 15:17:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19136 — 15:17:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19137 — 15:17:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19138 — 15:17:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19139 — 15:17:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19140 — 15:18:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19141 — 15:18:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19142 — 15:18:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19143 — 15:18:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19144 — 15:18:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19145 — 15:18:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19146 — 15:18:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19147 — 15:18:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19148 — 15:18:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19149 — 15:18:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19150 — 15:18:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19151 — 15:18:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19152 — 15:18:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19153 — 15:18:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19154 — 15:18:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19155 — 15:18:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19156 — 15:18:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19157 — 15:18:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19158 — 15:18:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19159 — 15:18:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19160 — 15:18:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19161 — 15:18:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19162 — 15:18:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19163 — 15:18:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19164 — 15:18:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19165 — 15:18:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19166 — 15:18:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19167 — 15:18:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19168 — 15:18:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19169 — 15:18:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19170 — 15:18:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19171 — 15:18:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19172 — 15:18:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19173 — 15:18:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19174 — 15:18:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19175 — 15:18:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19176 — 15:18:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19177 — 15:18:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19178 — 15:18:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19179 — 15:18:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19180 — 15:18:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19181 — 15:18:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19182 — 15:18:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19183 — 15:18:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19184 — 15:18:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19185 — 15:18:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19186 — 15:18:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19187 — 15:18:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19188 — 15:18:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19189 — 15:18:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19190 — 15:18:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19191 — 15:18:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19192 — 15:18:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19193 — 15:18:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19194 — 15:18:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19195 — 15:18:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19196 — 15:18:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19197 — 15:18:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19198 — 15:19:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19199 — 15:19:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19200 — 15:19:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19201 — 15:19:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19202 — 15:19:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19203 — 15:19:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19204 — 15:19:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19205 — 15:19:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19206 — 15:19:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19207 — 15:19:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19208 — 15:19:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19209 — 15:19:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19210 — 15:19:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19211 — 15:19:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19212 — 15:19:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19213 — 15:19:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19214 — 15:19:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19215 — 15:19:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19216 — 15:19:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19217 — 15:19:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19218 — 15:19:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19219 — 15:19:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19220 — 15:19:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19221 — 15:19:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19222 — 15:19:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19223 — 15:19:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19224 — 15:19:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19225 — 15:19:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19226 — 15:19:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19227 — 15:19:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19228 — 15:19:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19229 — 15:19:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19230 — 15:19:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19231 — 15:19:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19232 — 15:19:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19233 — 15:19:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19234 — 15:19:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19235 — 15:19:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19236 — 15:19:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19237 — 15:19:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19238 — 15:19:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19239 — 15:19:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19240 — 15:19:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19241 — 15:19:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19242 — 15:19:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19243 — 15:19:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19244 — 15:19:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19245 — 15:19:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19246 — 15:19:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19247 — 15:19:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19248 — 15:19:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19249 — 15:19:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19250 — 15:19:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19251 — 15:19:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19252 — 15:19:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19253 — 15:19:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19254 — 15:19:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19255 — 15:20:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19256 — 15:20:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19257 — 15:20:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19258 — 15:20:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19259 — 15:20:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19260 — 15:20:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19261 — 15:20:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19262 — 15:20:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19263 — 15:20:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19264 — 15:20:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19265 — 15:20:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19266 — 15:20:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19267 — 15:20:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19268 — 15:20:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19269 — 15:20:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19270 — 15:20:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #19271 — 15:20:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19272 — 15:20:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19273 — 15:20:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19274 — 15:20:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19275 — 15:20:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19276 — 15:20:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19277 — 15:20:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19278 — 15:20:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19279 — 15:20:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19280 — 15:20:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19281 — 15:20:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19282 — 15:20:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19283 — 15:20:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19284 — 15:20:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19285 — 15:20:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19286 — 15:20:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19287 — 15:20:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19288 — 15:20:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19289 — 15:20:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19290 — 15:20:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19291 — 15:20:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19292 — 15:20:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19293 — 15:20:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19294 — 15:20:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19295 — 15:20:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19296 — 15:20:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19297 — 15:20:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19298 — 15:20:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #19299 — 15:20:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19300 — 15:20:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19301 — 15:20:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19302 — 15:20:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19303 — 15:20:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19304 — 15:20:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19305 — 15:20:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19306 — 15:20:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19307 — 15:20:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19308 — 15:20:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19309 — 15:20:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19310 — 15:20:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19311 — 15:20:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19312 — 15:21:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19313 — 15:21:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19314 — 15:21:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19315 — 15:21:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19316 — 15:21:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19317 — 15:21:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19318 — 15:21:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19319 — 15:21:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19320 — 15:21:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19321 — 15:21:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19322 — 15:21:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19323 — 15:21:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19324 — 15:21:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19325 — 15:21:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19326 — 15:21:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19327 — 15:21:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19328 — 15:21:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19329 — 15:21:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19330 — 15:21:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19331 — 15:21:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19332 — 15:21:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19333 — 15:21:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19334 — 15:21:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19335 — 15:21:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19336 — 15:21:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #19337 — 15:21:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19338 — 15:21:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19339 — 15:21:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19340 — 15:21:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19341 — 15:21:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19342 — 15:21:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19343 — 15:21:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19344 — 15:21:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19345 — 15:21:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19346 — 15:21:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19347 — 15:21:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19348 — 15:21:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19349 — 15:21:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19350 — 15:21:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19351 — 15:21:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19352 — 15:21:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19353 — 15:21:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19354 — 15:21:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19355 — 15:21:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19356 — 15:21:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19357 — 15:21:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19358 — 15:21:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19359 — 15:21:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19360 — 15:21:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19361 — 15:21:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19362 — 15:21:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19363 — 15:21:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19364 — 15:21:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19365 — 15:21:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19366 — 15:21:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19367 — 15:21:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19368 — 15:21:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19369 — 15:21:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19370 — 15:22:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19371 — 15:22:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19372 — 15:22:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19373 — 15:22:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19374 — 15:22:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19375 — 15:22:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19376 — 15:22:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19377 — 15:22:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #19378 — 15:22:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19379 — 15:22:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19380 — 15:22:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19381 — 15:22:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19382 — 15:22:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19383 — 15:22:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19384 — 15:22:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19385 — 15:22:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19386 — 15:22:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #19387 — 15:22:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19388 — 15:22:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19389 — 15:22:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19390 — 15:22:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19391 — 15:22:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19392 — 15:22:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19393 — 15:22:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19394 — 15:22:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19395 — 15:22:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19396 — 15:22:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19397 — 15:22:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19398 — 15:22:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19399 — 15:22:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19400 — 15:22:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19401 — 15:22:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19402 — 15:22:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19403 — 15:22:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19404 — 15:22:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19405 — 15:22:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19406 — 15:22:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19407 — 15:22:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19408 — 15:22:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19409 — 15:22:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19410 — 15:22:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19411 — 15:22:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19412 — 15:22:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19413 — 15:22:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19414 — 15:22:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19415 — 15:22:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19416 — 15:22:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19417 — 15:22:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19418 — 15:22:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19419 — 15:22:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19420 — 15:22:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19421 — 15:22:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19422 — 15:22:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19423 — 15:22:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19424 — 15:22:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19425 — 15:22:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19426 — 15:22:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19427 — 15:22:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19428 — 15:23:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19429 — 15:23:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19430 — 15:23:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19431 — 15:23:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19432 — 15:23:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19433 — 15:23:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19434 — 15:23:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19435 — 15:23:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19436 — 15:23:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19437 — 15:23:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19438 — 15:23:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19439 — 15:23:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19440 — 15:23:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19441 — 15:23:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19442 — 15:23:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19443 — 15:23:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19444 — 15:23:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19445 — 15:23:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19446 — 15:23:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19447 — 15:23:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19448 — 15:23:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19449 — 15:23:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19450 — 15:23:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19451 — 15:23:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19452 — 15:23:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19453 — 15:23:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19454 — 15:23:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19455 — 15:23:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19456 — 15:23:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19457 — 15:23:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19458 — 15:23:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19459 — 15:23:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19460 — 15:23:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19461 — 15:23:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19462 — 15:23:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19463 — 15:23:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19464 — 15:23:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19465 — 15:23:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19466 — 15:23:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19467 — 15:23:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19468 — 15:23:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19469 — 15:23:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19470 — 15:23:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19471 — 15:23:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19472 — 15:23:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19473 — 15:23:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19474 — 15:23:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19475 — 15:23:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19476 — 15:23:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19477 — 15:23:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19478 — 15:23:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19479 — 15:23:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19480 — 15:23:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19481 — 15:23:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19482 — 15:23:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19483 — 15:23:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19484 — 15:23:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19485 — 15:23:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19486 — 15:24:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19487 — 15:24:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19488 — 15:24:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19489 — 15:24:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19490 — 15:24:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19491 — 15:24:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19492 — 15:24:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19493 — 15:24:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19494 — 15:24:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19495 — 15:24:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19496 — 15:24:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19497 — 15:24:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19498 — 15:24:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19499 — 15:24:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19500 — 15:24:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19501 — 15:24:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19502 — 15:24:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19503 — 15:24:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19504 — 15:24:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19505 — 15:24:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19506 — 15:24:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19507 — 15:24:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19508 — 15:24:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19509 — 15:24:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19510 — 15:24:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19511 — 15:24:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19512 — 15:24:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #19513 — 15:24:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19514 — 15:24:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19515 — 15:24:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19516 — 15:24:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19517 — 15:24:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19518 — 15:24:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19519 — 15:24:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19520 — 15:24:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19521 — 15:24:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19522 — 15:24:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19523 — 15:24:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19524 — 15:24:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19525 — 15:24:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19526 — 15:24:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19527 — 15:24:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19528 — 15:24:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19529 — 15:24:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19530 — 15:24:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19531 — 15:24:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19532 — 15:24:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19533 — 15:24:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19534 — 15:24:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19535 — 15:24:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19536 — 15:24:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19537 — 15:24:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19538 — 15:24:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19539 — 15:24:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19540 — 15:24:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19541 — 15:24:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19542 — 15:24:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19543 — 15:25:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19544 — 15:25:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19545 — 15:25:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19546 — 15:25:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19547 — 15:25:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19548 — 15:25:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19549 — 15:25:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19550 — 15:25:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19551 — 15:25:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19552 — 15:25:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19553 — 15:25:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19554 — 15:25:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19555 — 15:25:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19556 — 15:25:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19557 — 15:25:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19558 — 15:25:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19559 — 15:25:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19560 — 15:25:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19561 — 15:25:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19562 — 15:25:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19563 — 15:25:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19564 — 15:25:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19565 — 15:25:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19566 — 15:25:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19567 — 15:25:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19568 — 15:25:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19569 — 15:25:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19570 — 15:25:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19571 — 15:25:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19572 — 15:25:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19573 — 15:25:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19574 — 15:25:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19575 — 15:25:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19576 — 15:25:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19577 — 15:25:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19578 — 15:25:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19579 — 15:25:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19580 — 15:25:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19581 — 15:25:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19582 — 15:25:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19583 — 15:25:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19584 — 15:25:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19585 — 15:25:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19586 — 15:25:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19587 — 15:25:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19588 — 15:25:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19589 — 15:25:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19590 — 15:25:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19591 — 15:25:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19592 — 15:25:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19593 — 15:25:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19594 — 15:25:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19595 — 15:25:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19596 — 15:25:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19597 — 15:25:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19598 — 15:25:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19599 — 15:25:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19600 — 15:26:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19601 — 15:26:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19602 — 15:26:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19603 — 15:26:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19604 — 15:26:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19605 — 15:26:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19606 — 15:26:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19607 — 15:26:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19608 — 15:26:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19609 — 15:26:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19610 — 15:26:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19611 — 15:26:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19612 — 15:26:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19613 — 15:26:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19614 — 15:26:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19615 — 15:26:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19616 — 15:26:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19617 — 15:26:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19618 — 15:26:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19619 — 15:26:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19620 — 15:26:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19621 — 15:26:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19622 — 15:26:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19623 — 15:26:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19624 — 15:26:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19625 — 15:26:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19626 — 15:26:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19627 — 15:26:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19628 — 15:26:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #19629 — 15:26:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19630 — 15:26:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19631 — 15:26:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19632 — 15:26:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19633 — 15:26:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19634 — 15:26:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19635 — 15:26:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19636 — 15:26:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19637 — 15:26:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19638 — 15:26:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19639 — 15:26:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19640 — 15:26:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19641 — 15:26:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19642 — 15:26:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19643 — 15:26:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19644 — 15:26:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19645 — 15:26:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19646 — 15:26:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19647 — 15:26:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19648 — 15:26:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19649 — 15:26:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19650 — 15:26:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19651 — 15:26:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19652 — 15:26:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19653 — 15:26:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19654 — 15:26:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19655 — 15:26:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19656 — 15:26:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19657 — 15:26:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19658 — 15:27:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19659 — 15:27:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19660 — 15:27:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19661 — 15:27:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19662 — 15:27:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19663 — 15:27:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19664 — 15:27:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19665 — 15:27:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19666 — 15:27:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19667 — 15:27:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19668 — 15:27:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19669 — 15:27:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19670 — 15:27:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19671 — 15:27:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19672 — 15:27:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19673 — 15:27:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19674 — 15:27:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19675 — 15:27:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19676 — 15:27:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19677 — 15:27:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19678 — 15:27:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19679 — 15:27:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19680 — 15:27:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19681 — 15:27:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19682 — 15:27:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19683 — 15:27:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19684 — 15:27:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19685 — 15:27:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19686 — 15:27:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19687 — 15:27:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19688 — 15:27:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19689 — 15:27:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19690 — 15:27:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19691 — 15:27:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19692 — 15:27:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19693 — 15:27:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19694 — 15:27:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19695 — 15:27:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19696 — 15:27:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19697 — 15:27:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19698 — 15:27:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19699 — 15:27:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19700 — 15:27:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19701 — 15:27:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19702 — 15:27:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19703 — 15:27:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19704 — 15:27:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19705 — 15:27:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19706 — 15:27:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19707 — 15:27:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19708 — 15:27:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19709 — 15:27:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19710 — 15:27:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19711 — 15:27:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19712 — 15:27:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19713 — 15:27:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19714 — 15:27:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19715 — 15:27:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19716 — 15:28:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19717 — 15:28:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19718 — 15:28:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19719 — 15:28:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19720 — 15:28:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19721 — 15:28:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19722 — 15:28:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19723 — 15:28:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19724 — 15:28:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19725 — 15:28:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19726 — 15:28:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19727 — 15:28:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19728 — 15:28:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #19729 — 15:28:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19730 — 15:28:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19731 — 15:28:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19732 — 15:28:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19733 — 15:28:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19734 — 15:28:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19735 — 15:28:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19736 — 15:28:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19737 — 15:28:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19738 — 15:28:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19739 — 15:28:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19740 — 15:28:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19741 — 15:28:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19742 — 15:28:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19743 — 15:28:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19744 — 15:28:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19745 — 15:28:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19746 — 15:28:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19747 — 15:28:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19748 — 15:28:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19749 — 15:28:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19750 — 15:28:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19751 — 15:28:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19752 — 15:28:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19753 — 15:28:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19754 — 15:28:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19755 — 15:28:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19756 — 15:28:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19757 — 15:28:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19758 — 15:28:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19759 — 15:28:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19760 — 15:28:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19761 — 15:28:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19762 — 15:28:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19763 — 15:28:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19764 — 15:28:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19765 — 15:28:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19766 — 15:28:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19767 — 15:28:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19768 — 15:28:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19769 — 15:28:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19770 — 15:28:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19771 — 15:28:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19772 — 15:28:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #19773 — 15:28:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19774 — 15:29:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19775 — 15:29:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19776 — 15:29:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19777 — 15:29:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19778 — 15:29:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19779 — 15:29:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19780 — 15:29:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19781 — 15:29:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19782 — 15:29:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19783 — 15:29:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19784 — 15:29:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19785 — 15:29:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19786 — 15:29:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19787 — 15:29:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19788 — 15:29:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19789 — 15:29:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19790 — 15:29:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19791 — 15:29:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19792 — 15:29:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19793 — 15:29:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19794 — 15:29:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19795 — 15:29:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19796 — 15:29:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19797 — 15:29:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19798 — 15:29:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19799 — 15:29:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19800 — 15:29:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19801 — 15:29:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19802 — 15:29:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19803 — 15:29:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19804 — 15:29:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19805 — 15:29:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19806 — 15:29:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19807 — 15:29:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19808 — 15:29:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19809 — 15:29:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19810 — 15:29:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19811 — 15:29:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19812 — 15:29:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19813 — 15:29:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19814 — 15:29:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19815 — 15:29:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19816 — 15:29:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19817 — 15:29:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19818 — 15:29:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19819 — 15:29:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19820 — 15:29:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19821 — 15:29:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19822 — 15:29:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19823 — 15:29:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19824 — 15:29:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19825 — 15:29:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19826 — 15:29:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19827 — 15:29:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19828 — 15:29:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19829 — 15:29:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19830 — 15:29:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19831 — 15:29:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19832 — 15:30:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19833 — 15:30:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19834 — 15:30:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19835 — 15:30:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19836 — 15:30:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19837 — 15:30:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19838 — 15:30:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19839 — 15:30:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19840 — 15:30:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19841 — 15:30:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19842 — 15:30:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19843 — 15:30:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19844 — 15:30:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19845 — 15:30:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19846 — 15:30:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19847 — 15:30:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19848 — 15:30:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19849 — 15:30:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19850 — 15:30:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19851 — 15:30:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19852 — 15:30:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19853 — 15:30:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19854 — 15:30:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19855 — 15:30:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19856 — 15:30:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19857 — 15:30:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19858 — 15:30:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19859 — 15:30:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19860 — 15:30:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19861 — 15:30:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19862 — 15:30:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19863 — 15:30:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19864 — 15:30:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19865 — 15:30:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19866 — 15:30:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19867 — 15:30:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19868 — 15:30:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19869 — 15:30:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19870 — 15:30:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19871 — 15:30:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19872 — 15:30:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19873 — 15:30:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19874 — 15:30:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19875 — 15:30:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19876 — 15:30:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19877 — 15:30:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19878 — 15:30:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19879 — 15:30:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19880 — 15:30:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19881 — 15:30:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19882 — 15:30:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19883 — 15:30:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19884 — 15:30:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19885 — 15:30:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19886 — 15:30:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19887 — 15:30:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19888 — 15:30:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19889 — 15:31:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19890 — 15:31:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19891 — 15:31:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19892 — 15:31:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19893 — 15:31:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19894 — 15:31:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19895 — 15:31:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19896 — 15:31:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19897 — 15:31:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19898 — 15:31:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19899 — 15:31:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19900 — 15:31:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19901 — 15:31:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19902 — 15:31:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19903 — 15:31:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19904 — 15:31:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19905 — 15:31:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19906 — 15:31:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19907 — 15:31:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19908 — 15:31:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #19909 — 15:31:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19910 — 15:31:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19911 — 15:31:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19912 — 15:31:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19913 — 15:31:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19914 — 15:31:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19915 — 15:31:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19916 — 15:31:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19917 — 15:31:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19918 — 15:31:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19919 — 15:31:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19920 — 15:31:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19921 — 15:31:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19922 — 15:31:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19923 — 15:31:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19924 — 15:31:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19925 — 15:31:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19926 — 15:31:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19927 — 15:31:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19928 — 15:31:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19929 — 15:31:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19930 — 15:31:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19931 — 15:31:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19932 — 15:31:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19933 — 15:31:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19934 — 15:31:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19935 — 15:31:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19936 — 15:31:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19937 — 15:31:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19938 — 15:31:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19939 — 15:31:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19940 — 15:31:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19941 — 15:31:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19942 — 15:31:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19943 — 15:31:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19944 — 15:31:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19945 — 15:31:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19946 — 15:31:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #19947 — 15:31:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19948 — 15:32:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19949 — 15:32:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19950 — 15:32:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19951 — 15:32:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19952 — 15:32:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19953 — 15:32:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19954 — 15:32:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19955 — 15:32:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19956 — 15:32:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19957 — 15:32:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19958 — 15:32:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19959 — 15:32:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19960 — 15:32:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19961 — 15:32:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19962 — 15:32:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19963 — 15:32:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19964 — 15:32:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #19965 — 15:32:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19966 — 15:32:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19967 — 15:32:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19968 — 15:32:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19969 — 15:32:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19970 — 15:32:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19971 — 15:32:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19972 — 15:32:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19973 — 15:32:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19974 — 15:32:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #19975 — 15:32:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19976 — 15:32:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19977 — 15:32:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19978 — 15:32:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19979 — 15:32:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19980 — 15:32:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19981 — 15:32:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19982 — 15:32:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19983 — 15:32:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19984 — 15:32:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19985 — 15:32:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19986 — 15:32:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19987 — 15:32:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19988 — 15:32:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19989 — 15:32:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19990 — 15:32:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19991 — 15:32:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19992 — 15:32:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19993 — 15:32:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19994 — 15:32:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19995 — 15:32:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19996 — 15:32:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19997 — 15:32:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19998 — 15:32:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #19999 — 15:32:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20000 — 15:32:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20001 — 15:32:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20002 — 15:32:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20003 — 15:32:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20004 — 15:32:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20005 — 15:32:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20006 — 15:32:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20007 — 15:33:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20008 — 15:33:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20009 — 15:33:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20010 — 15:33:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20011 — 15:33:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20012 — 15:33:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20013 — 15:33:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20014 — 15:33:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20015 — 15:33:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20016 — 15:33:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20017 — 15:33:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20018 — 15:33:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20019 — 15:33:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20020 — 15:33:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20021 — 15:33:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20022 — 15:33:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20023 — 15:33:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20024 — 15:33:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20025 — 15:33:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20026 — 15:33:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20027 — 15:33:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20028 — 15:33:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20029 — 15:33:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20030 — 15:33:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20031 — 15:33:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20032 — 15:33:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20033 — 15:33:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20034 — 15:33:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20035 — 15:33:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20036 — 15:33:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20037 — 15:33:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20038 — 15:33:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20039 — 15:33:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20040 — 15:33:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20041 — 15:33:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20042 — 15:33:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20043 — 15:33:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20044 — 15:33:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20045 — 15:33:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20046 — 15:33:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20047 — 15:33:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20048 — 15:33:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20049 — 15:33:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20050 — 15:33:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20051 — 15:33:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20052 — 15:33:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20053 — 15:33:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20054 — 15:33:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20055 — 15:33:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20056 — 15:33:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20057 — 15:33:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20058 — 15:33:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20059 — 15:33:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20060 — 15:33:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20061 — 15:33:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20062 — 15:33:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20063 — 15:33:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20064 — 15:33:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20065 — 15:34:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20066 — 15:34:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20067 — 15:34:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20068 — 15:34:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20069 — 15:34:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20070 — 15:34:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20071 — 15:34:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20072 — 15:34:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20073 — 15:34:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #20074 — 15:34:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20075 — 15:34:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20076 — 15:34:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20077 — 15:34:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20078 — 15:34:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20079 — 15:34:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20080 — 15:34:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20081 — 15:34:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20082 — 15:34:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20083 — 15:34:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20084 — 15:34:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20085 — 15:34:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20086 — 15:34:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20087 — 15:34:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20088 — 15:34:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20089 — 15:34:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20090 — 15:34:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20091 — 15:34:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20092 — 15:34:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20093 — 15:34:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20094 — 15:34:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20095 — 15:34:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20096 — 15:34:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20097 — 15:34:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20098 — 15:34:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20099 — 15:34:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20100 — 15:34:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20101 — 15:34:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20102 — 15:34:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20103 — 15:34:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20104 — 15:34:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20105 — 15:34:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20106 — 15:34:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20107 — 15:34:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20108 — 15:34:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20109 — 15:34:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20110 — 15:34:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20111 — 15:34:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20112 — 15:34:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20113 — 15:34:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20114 — 15:34:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #20115 — 15:34:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20116 — 15:34:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20117 — 15:34:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20118 — 15:34:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20119 — 15:34:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20120 — 15:34:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20121 — 15:34:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20122 — 15:34:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20123 — 15:35:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #20124 — 15:35:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20125 — 15:35:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20126 — 15:35:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20127 — 15:35:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20128 — 15:35:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20129 — 15:35:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20130 — 15:35:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20131 — 15:35:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20132 — 15:35:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20133 — 15:35:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20134 — 15:35:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20135 — 15:35:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20136 — 15:35:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20137 — 15:35:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20138 — 15:35:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20139 — 15:35:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20140 — 15:35:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20141 — 15:35:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20142 — 15:35:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20143 — 15:35:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20144 — 15:35:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20145 — 15:35:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20146 — 15:35:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20147 — 15:35:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20148 — 15:35:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20149 — 15:35:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20150 — 15:35:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20151 — 15:35:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20152 — 15:35:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20153 — 15:35:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20154 — 15:35:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20155 — 15:35:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20156 — 15:35:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20157 — 15:35:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20158 — 15:35:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20159 — 15:35:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20160 — 15:35:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20161 — 15:35:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20162 — 15:35:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20163 — 15:35:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20164 — 15:35:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20165 — 15:35:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20166 — 15:35:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20167 — 15:35:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20168 — 15:35:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20169 — 15:35:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20170 — 15:35:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20171 — 15:35:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20172 — 15:35:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20173 — 15:35:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20174 — 15:35:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20175 — 15:35:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20176 — 15:35:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20177 — 15:35:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20178 — 15:35:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20179 — 15:35:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20180 — 15:35:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20181 — 15:36:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20182 — 15:36:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20183 — 15:36:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20184 — 15:36:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20185 — 15:36:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20186 — 15:36:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20187 — 15:36:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20188 — 15:36:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20189 — 15:36:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20190 — 15:36:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20191 — 15:36:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20192 — 15:36:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20193 — 15:36:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20194 — 15:36:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20195 — 15:36:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20196 — 15:36:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20197 — 15:36:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20198 — 15:36:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20199 — 15:36:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20200 — 15:36:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20201 — 15:36:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20202 — 15:36:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20203 — 15:36:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20204 — 15:36:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20205 — 15:36:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20206 — 15:36:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20207 — 15:36:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20208 — 15:36:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20209 — 15:36:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20210 — 15:36:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20211 — 15:36:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20212 — 15:36:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20213 — 15:36:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20214 — 15:36:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20215 — 15:36:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20216 — 15:36:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20217 — 15:36:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20218 — 15:36:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20219 — 15:36:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20220 — 15:36:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20221 — 15:36:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20222 — 15:36:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #20223 — 15:36:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20224 — 15:36:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20225 — 15:36:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20226 — 15:36:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20227 — 15:36:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20228 — 15:36:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20229 — 15:36:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20230 — 15:36:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20231 — 15:36:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20232 — 15:36:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20233 — 15:36:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20234 — 15:36:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20235 — 15:36:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20236 — 15:36:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20237 — 15:36:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20238 — 15:36:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20239 — 15:36:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20240 — 15:37:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20241 — 15:37:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20242 — 15:37:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20243 — 15:37:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20244 — 15:37:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20245 — 15:37:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20246 — 15:37:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20247 — 15:37:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20248 — 15:37:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20249 — 15:37:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20250 — 15:37:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20251 — 15:37:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20252 — 15:37:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20253 — 15:37:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20254 — 15:37:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20255 — 15:37:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20256 — 15:37:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20257 — 15:37:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20258 — 15:37:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20259 — 15:37:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20260 — 15:37:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20261 — 15:37:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20262 — 15:37:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20263 — 15:37:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20264 — 15:37:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20265 — 15:37:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20266 — 15:37:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20267 — 15:37:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20268 — 15:37:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20269 — 15:37:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20270 — 15:37:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20271 — 15:37:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20272 — 15:37:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20273 — 15:37:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20274 — 15:37:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20275 — 15:37:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20276 — 15:37:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20277 — 15:37:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20278 — 15:37:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20279 — 15:37:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20280 — 15:37:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20281 — 15:37:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20282 — 15:37:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20283 — 15:37:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20284 — 15:37:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20285 — 15:37:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20286 — 15:37:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20287 — 15:37:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20288 — 15:37:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20289 — 15:37:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20290 — 15:37:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20291 — 15:37:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20292 — 15:37:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20293 — 15:37:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20294 — 15:37:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20295 — 15:37:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20296 — 15:37:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20297 — 15:37:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20298 — 15:38:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20299 — 15:38:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20300 — 15:38:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20301 — 15:38:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20302 — 15:38:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20303 — 15:38:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20304 — 15:38:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20305 — 15:38:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20306 — 15:38:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20307 — 15:38:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20308 — 15:38:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20309 — 15:38:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20310 — 15:38:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20311 — 15:38:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20312 — 15:38:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20313 — 15:38:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20314 — 15:38:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20315 — 15:38:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20316 — 15:38:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20317 — 15:38:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20318 — 15:38:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20319 — 15:38:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20320 — 15:38:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20321 — 15:38:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20322 — 15:38:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20323 — 15:38:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20324 — 15:38:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20325 — 15:38:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20326 — 15:38:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20327 — 15:38:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20328 — 15:38:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20329 — 15:38:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20330 — 15:38:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20331 — 15:38:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20332 — 15:38:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20333 — 15:38:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20334 — 15:38:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20335 — 15:38:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20336 — 15:38:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20337 — 15:38:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20338 — 15:38:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20339 — 15:38:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20340 — 15:38:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20341 — 15:38:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20342 — 15:38:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20343 — 15:38:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20344 — 15:38:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20345 — 15:38:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20346 — 15:38:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20347 — 15:38:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20348 — 15:38:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20349 — 15:38:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20350 — 15:38:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20351 — 15:38:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20352 — 15:38:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20353 — 15:38:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20354 — 15:38:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20355 — 15:38:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20356 — 15:39:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20357 — 15:39:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20358 — 15:39:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20359 — 15:39:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20360 — 15:39:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20361 — 15:39:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20362 — 15:39:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20363 — 15:39:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20364 — 15:39:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20365 — 15:39:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20366 — 15:39:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20367 — 15:39:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20368 — 15:39:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20369 — 15:39:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20370 — 15:39:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20371 — 15:39:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20372 — 15:39:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20373 — 15:39:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20374 — 15:39:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20375 — 15:39:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20376 — 15:39:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20377 — 15:39:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20378 — 15:39:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20379 — 15:39:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20380 — 15:39:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20381 — 15:39:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20382 — 15:39:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20383 — 15:39:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20384 — 15:39:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20385 — 15:39:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20386 — 15:39:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20387 — 15:39:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20388 — 15:39:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20389 — 15:39:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20390 — 15:39:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20391 — 15:39:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #20392 — 15:39:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20393 — 15:39:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20394 — 15:39:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20395 — 15:39:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20396 — 15:39:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20397 — 15:39:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20398 — 15:39:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20399 — 15:39:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20400 — 15:39:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20401 — 15:39:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20402 — 15:39:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20403 — 15:39:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20404 — 15:39:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20405 — 15:39:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20406 — 15:39:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20407 — 15:39:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20408 — 15:39:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20409 — 15:39:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20410 — 15:39:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20411 — 15:39:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20412 — 15:39:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20413 — 15:39:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20414 — 15:40:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20415 — 15:40:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20416 — 15:40:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20417 — 15:40:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20418 — 15:40:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20419 — 15:40:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20420 — 15:40:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20421 — 15:40:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20422 — 15:40:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20423 — 15:40:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #20424 — 15:40:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20425 — 15:40:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20426 — 15:40:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20427 — 15:40:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20428 — 15:40:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #20429 — 15:40:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20430 — 15:40:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20431 — 15:40:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20432 — 15:40:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20433 — 15:40:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20434 — 15:40:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20435 — 15:40:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20436 — 15:40:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20437 — 15:40:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20438 — 15:40:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20439 — 15:40:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20440 — 15:40:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20441 — 15:40:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20442 — 15:40:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20443 — 15:40:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20444 — 15:40:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20445 — 15:40:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20446 — 15:40:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20447 — 15:40:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20448 — 15:40:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20449 — 15:40:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20450 — 15:40:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20451 — 15:40:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20452 — 15:40:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20453 — 15:40:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20454 — 15:40:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20455 — 15:40:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20456 — 15:40:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20457 — 15:40:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20458 — 15:40:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20459 — 15:40:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20460 — 15:40:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20461 — 15:40:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20462 — 15:40:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20463 — 15:40:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20464 — 15:40:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20465 — 15:40:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20466 — 15:40:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20467 — 15:40:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20468 — 15:40:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20469 — 15:40:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20470 — 15:40:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20471 — 15:40:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20472 — 15:40:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20473 — 15:41:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20474 — 15:41:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20475 — 15:41:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20476 — 15:41:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20477 — 15:41:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20478 — 15:41:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20479 — 15:41:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20480 — 15:41:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20481 — 15:41:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20482 — 15:41:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20483 — 15:41:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20484 — 15:41:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20485 — 15:41:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20486 — 15:41:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20487 — 15:41:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20488 — 15:41:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20489 — 15:41:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20490 — 15:41:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20491 — 15:41:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20492 — 15:41:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20493 — 15:41:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20494 — 15:41:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20495 — 15:41:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20496 — 15:41:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20497 — 15:41:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20498 — 15:41:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20499 — 15:41:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20500 — 15:41:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20501 — 15:41:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #20502 — 15:41:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20503 — 15:41:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20504 — 15:41:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20505 — 15:41:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20506 — 15:41:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20507 — 15:41:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20508 — 15:41:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20509 — 15:41:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20510 — 15:41:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20511 — 15:41:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20512 — 15:41:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20513 — 15:41:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20514 — 15:41:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20515 — 15:41:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20516 — 15:41:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20517 — 15:41:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20518 — 15:41:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20519 — 15:41:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20520 — 15:41:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20521 — 15:41:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20522 — 15:41:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20523 — 15:41:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20524 — 15:41:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20525 — 15:41:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20526 — 15:41:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20527 — 15:41:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20528 — 15:41:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20529 — 15:41:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20530 — 15:41:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #20531 — 15:42:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20532 — 15:42:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #20533 — 15:42:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20534 — 15:42:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20535 — 15:42:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20536 — 15:42:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20537 — 15:42:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20538 — 15:42:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20539 — 15:42:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20540 — 15:42:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20541 — 15:42:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20542 — 15:42:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20543 — 15:42:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20544 — 15:42:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20545 — 15:42:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20546 — 15:42:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20547 — 15:42:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20548 — 15:42:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20549 — 15:42:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20550 — 15:42:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20551 — 15:42:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20552 — 15:42:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20553 — 15:42:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20554 — 15:42:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20555 — 15:42:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20556 — 15:42:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20557 — 15:42:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20558 — 15:42:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20559 — 15:42:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20560 — 15:42:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20561 — 15:42:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20562 — 15:42:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20563 — 15:42:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20564 — 15:42:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20565 — 15:42:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20566 — 15:42:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20567 — 15:42:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20568 — 15:42:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20569 — 15:42:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #20570 — 15:42:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20571 — 15:42:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20572 — 15:42:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20573 — 15:42:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20574 — 15:42:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20575 — 15:42:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20576 — 15:42:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20577 — 15:42:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20578 — 15:42:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20579 — 15:42:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20580 — 15:42:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20581 — 15:42:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20582 — 15:42:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20583 — 15:42:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20584 — 15:42:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20585 — 15:42:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20586 — 15:42:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20587 — 15:42:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #20588 — 15:42:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20589 — 15:43:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20590 — 15:43:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20591 — 15:43:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20592 — 15:43:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20593 — 15:43:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20594 — 15:43:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20595 — 15:43:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20596 — 15:43:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20597 — 15:43:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20598 — 15:43:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20599 — 15:43:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20600 — 15:43:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20601 — 15:43:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20602 — 15:43:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #20603 — 15:43:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20604 — 15:43:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20605 — 15:43:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20606 — 15:43:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20607 — 15:43:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20608 — 15:43:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20609 — 15:43:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20610 — 15:43:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20611 — 15:43:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20612 — 15:43:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20613 — 15:43:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20614 — 15:43:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20615 — 15:43:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20616 — 15:43:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20617 — 15:43:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20618 — 15:43:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20619 — 15:43:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20620 — 15:43:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20621 — 15:43:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20622 — 15:43:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20623 — 15:43:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20624 — 15:43:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20625 — 15:43:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20626 — 15:43:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20627 — 15:43:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20628 — 15:43:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20629 — 15:43:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20630 — 15:43:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20631 — 15:43:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20632 — 15:43:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #20633 — 15:43:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20634 — 15:43:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20635 — 15:43:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20636 — 15:43:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20637 — 15:43:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20638 — 15:43:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20639 — 15:43:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20640 — 15:43:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20641 — 15:43:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20642 — 15:43:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20643 — 15:43:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20644 — 15:43:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20645 — 15:43:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20646 — 15:43:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20647 — 15:43:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20648 — 15:44:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20649 — 15:44:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20650 — 15:44:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20651 — 15:44:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20652 — 15:44:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20653 — 15:44:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20654 — 15:44:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20655 — 15:44:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20656 — 15:44:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20657 — 15:44:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20658 — 15:44:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20659 — 15:44:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20660 — 15:44:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20661 — 15:44:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20662 — 15:44:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20663 — 15:44:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20664 — 15:44:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20665 — 15:44:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20666 — 15:44:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20667 — 15:44:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20668 — 15:44:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20669 — 15:44:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20670 — 15:44:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20671 — 15:44:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20672 — 15:44:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #20673 — 15:44:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20674 — 15:44:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20675 — 15:44:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20676 — 15:44:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20677 — 15:44:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20678 — 15:44:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20679 — 15:44:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20680 — 15:44:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20681 — 15:44:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20682 — 15:44:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20683 — 15:44:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20684 — 15:44:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20685 — 15:44:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20686 — 15:44:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20687 — 15:44:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20688 — 15:44:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #20689 — 15:44:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20690 — 15:44:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20691 — 15:44:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20692 — 15:44:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20693 — 15:44:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20694 — 15:44:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20695 — 15:44:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20696 — 15:44:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20697 — 15:44:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20698 — 15:44:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20699 — 15:44:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20700 — 15:44:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20701 — 15:44:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20702 — 15:44:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20703 — 15:44:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20704 — 15:44:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20705 — 15:44:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20706 — 15:45:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20707 — 15:45:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20708 — 15:45:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20709 — 15:45:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20710 — 15:45:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20711 — 15:45:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20712 — 15:45:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20713 — 15:45:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20714 — 15:45:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20715 — 15:45:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20716 — 15:45:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20717 — 15:45:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20718 — 15:45:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20719 — 15:45:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20720 — 15:45:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20721 — 15:45:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20722 — 15:45:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20723 — 15:45:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20724 — 15:45:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20725 — 15:45:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20726 — 15:45:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20727 — 15:45:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20728 — 15:45:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20729 — 15:45:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20730 — 15:45:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20731 — 15:45:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #20732 — 15:45:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20733 — 15:45:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20734 — 15:45:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20735 — 15:45:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20736 — 15:45:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20737 — 15:45:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20738 — 15:45:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20739 — 15:45:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20740 — 15:45:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20741 — 15:45:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20742 — 15:45:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20743 — 15:45:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20744 — 15:45:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20745 — 15:45:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20746 — 15:45:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20747 — 15:45:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20748 — 15:45:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20749 — 15:45:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20750 — 15:45:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20751 — 15:45:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20752 — 15:45:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20753 — 15:45:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20754 — 15:45:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20755 — 15:45:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20756 — 15:45:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20757 — 15:45:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20758 — 15:45:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20759 — 15:45:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20760 — 15:45:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20761 — 15:45:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20762 — 15:45:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20763 — 15:45:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20764 — 15:46:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20765 — 15:46:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20766 — 15:46:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20767 — 15:46:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20768 — 15:46:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20769 — 15:46:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20770 — 15:46:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20771 — 15:46:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20772 — 15:46:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20773 — 15:46:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20774 — 15:46:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20775 — 15:46:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20776 — 15:46:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20777 — 15:46:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20778 — 15:46:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20779 — 15:46:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20780 — 15:46:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20781 — 15:46:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20782 — 15:46:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20783 — 15:46:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20784 — 15:46:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20785 — 15:46:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20786 — 15:46:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20787 — 15:46:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20788 — 15:46:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20789 — 15:46:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20790 — 15:46:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20791 — 15:46:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20792 — 15:46:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20793 — 15:46:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20794 — 15:46:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20795 — 15:46:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20796 — 15:46:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20797 — 15:46:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20798 — 15:46:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20799 — 15:46:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20800 — 15:46:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20801 — 15:46:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20802 — 15:46:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20803 — 15:46:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20804 — 15:46:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20805 — 15:46:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20806 — 15:46:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20807 — 15:46:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20808 — 15:46:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20809 — 15:46:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20810 — 15:46:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20811 — 15:46:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20812 — 15:46:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20813 — 15:46:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20814 — 15:46:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20815 — 15:46:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20816 — 15:46:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20817 — 15:46:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20818 — 15:46:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20819 — 15:46:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20820 — 15:46:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20821 — 15:46:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20822 — 15:46:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20823 — 15:47:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20824 — 15:47:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20825 — 15:47:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20826 — 15:47:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20827 — 15:47:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20828 — 15:47:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20829 — 15:47:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20830 — 15:47:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20831 — 15:47:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20832 — 15:47:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20833 — 15:47:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20834 — 15:47:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20835 — 15:47:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20836 — 15:47:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20837 — 15:47:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20838 — 15:47:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20839 — 15:47:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20840 — 15:47:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20841 — 15:47:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20842 — 15:47:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20843 — 15:47:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20844 — 15:47:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20845 — 15:47:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20846 — 15:47:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20847 — 15:47:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20848 — 15:47:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20849 — 15:47:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20850 — 15:47:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20851 — 15:47:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20852 — 15:47:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20853 — 15:47:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20854 — 15:47:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20855 — 15:47:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20856 — 15:47:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20857 — 15:47:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20858 — 15:47:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20859 — 15:47:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20860 — 15:47:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20861 — 15:47:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20862 — 15:47:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20863 — 15:47:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20864 — 15:47:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20865 — 15:47:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20866 — 15:47:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20867 — 15:47:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20868 — 15:47:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20869 — 15:47:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20870 — 15:47:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20871 — 15:47:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20872 — 15:47:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20873 — 15:47:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20874 — 15:47:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20875 — 15:47:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20876 — 15:47:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20877 — 15:47:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20878 — 15:47:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20879 — 15:47:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20880 — 15:47:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20881 — 15:48:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20882 — 15:48:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20883 — 15:48:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20884 — 15:48:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20885 — 15:48:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20886 — 15:48:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20887 — 15:48:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20888 — 15:48:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20889 — 15:48:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20890 — 15:48:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20891 — 15:48:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20892 — 15:48:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20893 — 15:48:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20894 — 15:48:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20895 — 15:48:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20896 — 15:48:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20897 — 15:48:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20898 — 15:48:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20899 — 15:48:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20900 — 15:48:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20901 — 15:48:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20902 — 15:48:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20903 — 15:48:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20904 — 15:48:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20905 — 15:48:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20906 — 15:48:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20907 — 15:48:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20908 — 15:48:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20909 — 15:48:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20910 — 15:48:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20911 — 15:48:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20912 — 15:48:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20913 — 15:48:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20914 — 15:48:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20915 — 15:48:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20916 — 15:48:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20917 — 15:48:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20918 — 15:48:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20919 — 15:48:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20920 — 15:48:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20921 — 15:48:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20922 — 15:48:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20923 — 15:48:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20924 — 15:48:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20925 — 15:48:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20926 — 15:48:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20927 — 15:48:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20928 — 15:48:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20929 — 15:48:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20930 — 15:48:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20931 — 15:48:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20932 — 15:48:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20933 — 15:48:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20934 — 15:48:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20935 — 15:48:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20936 — 15:48:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20937 — 15:48:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20938 — 15:48:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20939 — 15:49:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20940 — 15:49:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20941 — 15:49:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20942 — 15:49:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20943 — 15:49:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20944 — 15:49:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20945 — 15:49:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20946 — 15:49:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20947 — 15:49:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20948 — 15:49:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #20949 — 15:49:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20950 — 15:49:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20951 — 15:49:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20952 — 15:49:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20953 — 15:49:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20954 — 15:49:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20955 — 15:49:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20956 — 15:49:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20957 — 15:49:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20958 — 15:49:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20959 — 15:49:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20960 — 15:49:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20961 — 15:49:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20962 — 15:49:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20963 — 15:49:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20964 — 15:49:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20965 — 15:49:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20966 — 15:49:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20967 — 15:49:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20968 — 15:49:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20969 — 15:49:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20970 — 15:49:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20971 — 15:49:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20972 — 15:49:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20973 — 15:49:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20974 — 15:49:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20975 — 15:49:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20976 — 15:49:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20977 — 15:49:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20978 — 15:49:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20979 — 15:49:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20980 — 15:49:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20981 — 15:49:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20982 — 15:49:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20983 — 15:49:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20984 — 15:49:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20985 — 15:49:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #20986 — 15:49:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20987 — 15:49:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20988 — 15:49:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20989 — 15:49:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20990 — 15:49:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20991 — 15:49:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20992 — 15:49:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20993 — 15:49:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20994 — 15:49:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20995 — 15:49:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20996 — 15:50:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20997 — 15:50:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20998 — 15:50:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #20999 — 15:50:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21000 — 15:50:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21001 — 15:50:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21002 — 15:50:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21003 — 15:50:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21004 — 15:50:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21005 — 15:50:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21006 — 15:50:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21007 — 15:50:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21008 — 15:50:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21009 — 15:50:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21010 — 15:50:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21011 — 15:50:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21012 — 15:50:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21013 — 15:50:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21014 — 15:50:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21015 — 15:50:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21016 — 15:50:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21017 — 15:50:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21018 — 15:50:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21019 — 15:50:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21020 — 15:50:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21021 — 15:50:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21022 — 15:50:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21023 — 15:50:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21024 — 15:50:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21025 — 15:50:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21026 — 15:50:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21027 — 15:50:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21028 — 15:50:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21029 — 15:50:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21030 — 15:50:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21031 — 15:50:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21032 — 15:50:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21033 — 15:50:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21034 — 15:50:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21035 — 15:50:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21036 — 15:50:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21037 — 15:50:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21038 — 15:50:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21039 — 15:50:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21040 — 15:50:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21041 — 15:50:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21042 — 15:50:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21043 — 15:50:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21044 — 15:50:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21045 — 15:50:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21046 — 15:50:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21047 — 15:50:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21048 — 15:50:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21049 — 15:50:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21050 — 15:50:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21051 — 15:50:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21052 — 15:50:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21053 — 15:50:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21054 — 15:51:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21055 — 15:51:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21056 — 15:51:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21057 — 15:51:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21058 — 15:51:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21059 — 15:51:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21060 — 15:51:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21061 — 15:51:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21062 — 15:51:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #21063 — 15:51:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21064 — 15:51:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21065 — 15:51:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21066 — 15:51:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21067 — 15:51:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21068 — 15:51:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21069 — 15:51:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21070 — 15:51:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21071 — 15:51:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21072 — 15:51:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21073 — 15:51:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21074 — 15:51:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21075 — 15:51:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21076 — 15:51:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21077 — 15:51:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21078 — 15:51:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21079 — 15:51:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21080 — 15:51:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21081 — 15:51:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21082 — 15:51:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21083 — 15:51:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21084 — 15:51:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21085 — 15:51:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21086 — 15:51:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21087 — 15:51:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21088 — 15:51:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21089 — 15:51:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21090 — 15:51:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #21091 — 15:51:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21092 — 15:51:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21093 — 15:51:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21094 — 15:51:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21095 — 15:51:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21096 — 15:51:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21097 — 15:51:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21098 — 15:51:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21099 — 15:51:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21100 — 15:51:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21101 — 15:51:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21102 — 15:51:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21103 — 15:51:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21104 — 15:51:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21105 — 15:51:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21106 — 15:51:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21107 — 15:51:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21108 — 15:51:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21109 — 15:51:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21110 — 15:51:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21111 — 15:51:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21112 — 15:52:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21113 — 15:52:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21114 — 15:52:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21115 — 15:52:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #21116 — 15:52:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21117 — 15:52:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21118 — 15:52:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21119 — 15:52:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21120 — 15:52:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21121 — 15:52:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21122 — 15:52:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21123 — 15:52:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21124 — 15:52:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21125 — 15:52:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21126 — 15:52:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21127 — 15:52:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21128 — 15:52:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21129 — 15:52:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21130 — 15:52:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21131 — 15:52:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21132 — 15:52:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21133 — 15:52:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21134 — 15:52:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21135 — 15:52:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21136 — 15:52:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21137 — 15:52:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21138 — 15:52:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21139 — 15:52:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21140 — 15:52:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21141 — 15:52:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21142 — 15:52:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21143 — 15:52:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21144 — 15:52:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21145 — 15:52:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21146 — 15:52:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21147 — 15:52:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21148 — 15:52:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21149 — 15:52:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21150 — 15:52:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21151 — 15:52:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21152 — 15:52:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21153 — 15:52:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21154 — 15:52:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21155 — 15:52:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21156 — 15:52:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21157 — 15:52:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21158 — 15:52:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21159 — 15:52:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21160 — 15:52:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21161 — 15:52:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21162 — 15:52:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21163 — 15:52:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21164 — 15:52:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21165 — 15:52:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21166 — 15:52:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21167 — 15:52:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21168 — 15:52:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21169 — 15:52:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21170 — 15:52:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21171 — 15:53:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21172 — 15:53:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21173 — 15:53:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21174 — 15:53:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21175 — 15:53:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21176 — 15:53:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21177 — 15:53:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21178 — 15:53:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21179 — 15:53:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21180 — 15:53:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21181 — 15:53:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21182 — 15:53:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21183 — 15:53:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21184 — 15:53:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21185 — 15:53:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21186 — 15:53:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21187 — 15:53:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21188 — 15:53:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21189 — 15:53:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21190 — 15:53:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21191 — 15:53:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21192 — 15:53:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21193 — 15:53:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21194 — 15:53:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21195 — 15:53:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21196 — 15:53:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21197 — 15:53:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21198 — 15:53:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21199 — 15:53:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21200 — 15:53:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21201 — 15:53:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21202 — 15:53:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21203 — 15:53:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21204 — 15:53:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21205 — 15:53:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21206 — 15:53:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21207 — 15:53:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21208 — 15:53:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21209 — 15:53:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21210 — 15:53:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21211 — 15:53:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21212 — 15:53:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21213 — 15:53:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21214 — 15:53:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21215 — 15:53:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21216 — 15:53:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21217 — 15:53:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21218 — 15:53:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21219 — 15:53:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21220 — 15:53:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21221 — 15:53:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21222 — 15:53:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21223 — 15:53:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21224 — 15:53:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21225 — 15:53:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21226 — 15:53:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21227 — 15:53:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21228 — 15:53:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21229 — 15:54:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21230 — 15:54:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21231 — 15:54:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21232 — 15:54:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21233 — 15:54:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21234 — 15:54:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21235 — 15:54:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21236 — 15:54:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21237 — 15:54:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21238 — 15:54:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21239 — 15:54:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #21240 — 15:54:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21241 — 15:54:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21242 — 15:54:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21243 — 15:54:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21244 — 15:54:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21245 — 15:54:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21246 — 15:54:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21247 — 15:54:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21248 — 15:54:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21249 — 15:54:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21250 — 15:54:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21251 — 15:54:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21252 — 15:54:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21253 — 15:54:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21254 — 15:54:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21255 — 15:54:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21256 — 15:54:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21257 — 15:54:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21258 — 15:54:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21259 — 15:54:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21260 — 15:54:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21261 — 15:54:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21262 — 15:54:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21263 — 15:54:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21264 — 15:54:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21265 — 15:54:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21266 — 15:54:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21267 — 15:54:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21268 — 15:54:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21269 — 15:54:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21270 — 15:54:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21271 — 15:54:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21272 — 15:54:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21273 — 15:54:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21274 — 15:54:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21275 — 15:54:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21276 — 15:54:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21277 — 15:54:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21278 — 15:54:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21279 — 15:54:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21280 — 15:54:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21281 — 15:54:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21282 — 15:54:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21283 — 15:54:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21284 — 15:54:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21285 — 15:54:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #21286 — 15:54:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21287 — 15:55:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21288 — 15:55:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21289 — 15:55:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21290 — 15:55:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21291 — 15:55:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21292 — 15:55:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21293 — 15:55:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21294 — 15:55:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21295 — 15:55:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21296 — 15:55:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21297 — 15:55:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21298 — 15:55:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21299 — 15:55:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21300 — 15:55:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21301 — 15:55:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21302 — 15:55:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21303 — 15:55:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21304 — 15:55:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21305 — 15:55:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21306 — 15:55:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21307 — 15:55:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21308 — 15:55:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21309 — 15:55:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21310 — 15:55:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21311 — 15:55:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21312 — 15:55:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21313 — 15:55:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21314 — 15:55:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21315 — 15:55:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21316 — 15:55:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21317 — 15:55:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21318 — 15:55:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21319 — 15:55:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21320 — 15:55:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21321 — 15:55:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21322 — 15:55:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21323 — 15:55:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21324 — 15:55:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21325 — 15:55:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21326 — 15:55:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21327 — 15:55:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21328 — 15:55:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21329 — 15:55:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21330 — 15:55:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21331 — 15:55:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21332 — 15:55:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21333 — 15:55:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21334 — 15:55:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21335 — 15:55:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21336 — 15:55:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21337 — 15:55:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21338 — 15:55:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21339 — 15:55:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21340 — 15:55:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21341 — 15:55:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21342 — 15:55:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21343 — 15:55:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21344 — 15:55:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21345 — 15:56:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21346 — 15:56:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21347 — 15:56:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21348 — 15:56:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21349 — 15:56:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21350 — 15:56:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21351 — 15:56:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21352 — 15:56:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21353 — 15:56:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21354 — 15:56:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21355 — 15:56:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21356 — 15:56:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21357 — 15:56:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21358 — 15:56:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21359 — 15:56:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21360 — 15:56:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21361 — 15:56:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21362 — 15:56:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21363 — 15:56:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21364 — 15:56:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21365 — 15:56:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21366 — 15:56:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21367 — 15:56:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21368 — 15:56:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #21369 — 15:56:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21370 — 15:56:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21371 — 15:56:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21372 — 15:56:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21373 — 15:56:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21374 — 15:56:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21375 — 15:56:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21376 — 15:56:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21377 — 15:56:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21378 — 15:56:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21379 — 15:56:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21380 — 15:56:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21381 — 15:56:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21382 — 15:56:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21383 — 15:56:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21384 — 15:56:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21385 — 15:56:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21386 — 15:56:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21387 — 15:56:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21388 — 15:56:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21389 — 15:56:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21390 — 15:56:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21391 — 15:56:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21392 — 15:56:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21393 — 15:56:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21394 — 15:56:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21395 — 15:56:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21396 — 15:56:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21397 — 15:56:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21398 — 15:56:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21399 — 15:56:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21400 — 15:56:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21401 — 15:56:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21402 — 15:56:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21403 — 15:56:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21404 — 15:57:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21405 — 15:57:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21406 — 15:57:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21407 — 15:57:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21408 — 15:57:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21409 — 15:57:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21410 — 15:57:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21411 — 15:57:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21412 — 15:57:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21413 — 15:57:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21414 — 15:57:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21415 — 15:57:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21416 — 15:57:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21417 — 15:57:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #21418 — 15:57:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21419 — 15:57:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21420 — 15:57:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21421 — 15:57:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21422 — 15:57:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21423 — 15:57:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21424 — 15:57:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21425 — 15:57:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21426 — 15:57:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21427 — 15:57:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21428 — 15:57:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21429 — 15:57:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21430 — 15:57:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21431 — 15:57:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21432 — 15:57:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21433 — 15:57:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21434 — 15:57:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21435 — 15:57:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21436 — 15:57:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21437 — 15:57:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21438 — 15:57:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21439 — 15:57:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21440 — 15:57:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21441 — 15:57:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21442 — 15:57:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21443 — 15:57:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21444 — 15:57:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21445 — 15:57:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21446 — 15:57:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21447 — 15:57:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21448 — 15:57:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #21449 — 15:57:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21450 — 15:57:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21451 — 15:57:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21452 — 15:57:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21453 — 15:57:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21454 — 15:57:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21455 — 15:57:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21456 — 15:57:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21457 — 15:57:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21458 — 15:57:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21459 — 15:57:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21460 — 15:57:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21461 — 15:58:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21462 — 15:58:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21463 — 15:58:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21464 — 15:58:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21465 — 15:58:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21466 — 15:58:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21467 — 15:58:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21468 — 15:58:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21469 — 15:58:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21470 — 15:58:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21471 — 15:58:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #21472 — 15:58:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21473 — 15:58:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21474 — 15:58:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21475 — 15:58:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21476 — 15:58:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21477 — 15:58:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21478 — 15:58:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21479 — 15:58:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21480 — 15:58:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21481 — 15:58:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21482 — 15:58:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21483 — 15:58:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21484 — 15:58:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21485 — 15:58:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21486 — 15:58:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21487 — 15:58:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21488 — 15:58:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21489 — 15:58:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21490 — 15:58:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21491 — 15:58:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21492 — 15:58:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21493 — 15:58:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21494 — 15:58:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21495 — 15:58:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21496 — 15:58:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21497 — 15:58:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21498 — 15:58:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21499 — 15:58:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21500 — 15:58:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21501 — 15:58:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21502 — 15:58:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21503 — 15:58:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21504 — 15:58:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21505 — 15:58:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21506 — 15:58:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21507 — 15:58:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21508 — 15:58:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21509 — 15:58:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21510 — 15:58:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21511 — 15:58:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21512 — 15:58:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21513 — 15:58:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21514 — 15:58:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21515 — 15:58:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21516 — 15:58:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21517 — 15:58:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21518 — 15:58:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21519 — 15:59:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21520 — 15:59:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21521 — 15:59:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21522 — 15:59:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21523 — 15:59:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21524 — 15:59:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21525 — 15:59:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21526 — 15:59:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21527 — 15:59:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21528 — 15:59:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21529 — 15:59:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21530 — 15:59:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21531 — 15:59:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21532 — 15:59:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21533 — 15:59:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21534 — 15:59:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21535 — 15:59:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21536 — 15:59:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21537 — 15:59:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21538 — 15:59:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21539 — 15:59:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21540 — 15:59:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21541 — 15:59:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21542 — 15:59:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21543 — 15:59:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21544 — 15:59:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21545 — 15:59:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21546 — 15:59:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21547 — 15:59:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21548 — 15:59:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21549 — 15:59:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21550 — 15:59:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21551 — 15:59:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21552 — 15:59:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21553 — 15:59:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21554 — 15:59:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21555 — 15:59:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21556 — 15:59:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21557 — 15:59:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21558 — 15:59:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21559 — 15:59:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21560 — 15:59:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21561 — 15:59:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21562 — 15:59:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21563 — 15:59:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21564 — 15:59:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21565 — 15:59:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21566 — 15:59:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21567 — 15:59:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21568 — 15:59:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21569 — 15:59:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21570 — 15:59:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21571 — 15:59:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21572 — 15:59:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21573 — 15:59:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21574 — 15:59:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21575 — 15:59:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21576 — 15:59:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21577 — 16:00:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21578 — 16:00:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21579 — 16:00:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21580 — 16:00:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21581 — 16:00:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21582 — 16:00:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21583 — 16:00:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21584 — 16:00:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21585 — 16:00:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21586 — 16:00:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21587 — 16:00:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21588 — 16:00:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21589 — 16:00:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21590 — 16:00:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #21591 — 16:00:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21592 — 16:00:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21593 — 16:00:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21594 — 16:00:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21595 — 16:00:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21596 — 16:00:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21597 — 16:00:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21598 — 16:00:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21599 — 16:00:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21600 — 16:00:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21601 — 16:00:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21602 — 16:00:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21603 — 16:00:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21604 — 16:00:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21605 — 16:00:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21606 — 16:00:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21607 — 16:00:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21608 — 16:00:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21609 — 16:00:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21610 — 16:00:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21611 — 16:00:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21612 — 16:00:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21613 — 16:00:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21614 — 16:00:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21615 — 16:00:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21616 — 16:00:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21617 — 16:00:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21618 — 16:00:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21619 — 16:00:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21620 — 16:00:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21621 — 16:00:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21622 — 16:00:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21623 — 16:00:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21624 — 16:00:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21625 — 16:00:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21626 — 16:00:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21627 — 16:00:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21628 — 16:00:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21629 — 16:00:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21630 — 16:00:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21631 — 16:00:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21632 — 16:00:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21633 — 16:00:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21634 — 16:00:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21635 — 16:01:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21636 — 16:01:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21637 — 16:01:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21638 — 16:01:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21639 — 16:01:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21640 — 16:01:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21641 — 16:01:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21642 — 16:01:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21643 — 16:01:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21644 — 16:01:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21645 — 16:01:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21646 — 16:01:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21647 — 16:01:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21648 — 16:01:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21649 — 16:01:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21650 — 16:01:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21651 — 16:01:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21652 — 16:01:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21653 — 16:01:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21654 — 16:01:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21655 — 16:01:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21656 — 16:01:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21657 — 16:01:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21658 — 16:01:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21659 — 16:01:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21660 — 16:01:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21661 — 16:01:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21662 — 16:01:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21663 — 16:01:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21664 — 16:01:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21665 — 16:01:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21666 — 16:01:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21667 — 16:01:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21668 — 16:01:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21669 — 16:01:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21670 — 16:01:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21671 — 16:01:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21672 — 16:01:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21673 — 16:01:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21674 — 16:01:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21675 — 16:01:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21676 — 16:01:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21677 — 16:01:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21678 — 16:01:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21679 — 16:01:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21680 — 16:01:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21681 — 16:01:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21682 — 16:01:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21683 — 16:01:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21684 — 16:01:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21685 — 16:01:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21686 — 16:01:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21687 — 16:01:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21688 — 16:01:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21689 — 16:01:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21690 — 16:01:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21691 — 16:01:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21692 — 16:01:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21693 — 16:02:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21694 — 16:02:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21695 — 16:02:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21696 — 16:02:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21697 — 16:02:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21698 — 16:02:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21699 — 16:02:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21700 — 16:02:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21701 — 16:02:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21702 — 16:02:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21703 — 16:02:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21704 — 16:02:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21705 — 16:02:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21706 — 16:02:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21707 — 16:02:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21708 — 16:02:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21709 — 16:02:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21710 — 16:02:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21711 — 16:02:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21712 — 16:02:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21713 — 16:02:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21714 — 16:02:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21715 — 16:02:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21716 — 16:02:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21717 — 16:02:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21718 — 16:02:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21719 — 16:02:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21720 — 16:02:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21721 — 16:02:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21722 — 16:02:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21723 — 16:02:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21724 — 16:02:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21725 — 16:02:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21726 — 16:02:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21727 — 16:02:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21728 — 16:02:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21729 — 16:02:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21730 — 16:02:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21731 — 16:02:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21732 — 16:02:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21733 — 16:02:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21734 — 16:02:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21735 — 16:02:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21736 — 16:02:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21737 — 16:02:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21738 — 16:02:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21739 — 16:02:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21740 — 16:02:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21741 — 16:02:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21742 — 16:02:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21743 — 16:02:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21744 — 16:02:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21745 — 16:02:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21746 — 16:02:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21747 — 16:02:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21748 — 16:02:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21749 — 16:02:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21750 — 16:02:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21751 — 16:02:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21752 — 16:03:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21753 — 16:03:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21754 — 16:03:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21755 — 16:03:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21756 — 16:03:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21757 — 16:03:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21758 — 16:03:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21759 — 16:03:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21760 — 16:03:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21761 — 16:03:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21762 — 16:03:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21763 — 16:03:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21764 — 16:03:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21765 — 16:03:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21766 — 16:03:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21767 — 16:03:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21768 — 16:03:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21769 — 16:03:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21770 — 16:03:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21771 — 16:03:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21772 — 16:03:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21773 — 16:03:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21774 — 16:03:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21775 — 16:03:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21776 — 16:03:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21777 — 16:03:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21778 — 16:03:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21779 — 16:03:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21780 — 16:03:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21781 — 16:03:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21782 — 16:03:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21783 — 16:03:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21784 — 16:03:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21785 — 16:03:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21786 — 16:03:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21787 — 16:03:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21788 — 16:03:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21789 — 16:03:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21790 — 16:03:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21791 — 16:03:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21792 — 16:03:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21793 — 16:03:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21794 — 16:03:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21795 — 16:03:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21796 — 16:03:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21797 — 16:03:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21798 — 16:03:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21799 — 16:03:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21800 — 16:03:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21801 — 16:03:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21802 — 16:03:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21803 — 16:03:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21804 — 16:03:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21805 — 16:03:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21806 — 16:03:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21807 — 16:03:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21808 — 16:03:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21809 — 16:03:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21810 — 16:04:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21811 — 16:04:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21812 — 16:04:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21813 — 16:04:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21814 — 16:04:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21815 — 16:04:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21816 — 16:04:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21817 — 16:04:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21818 — 16:04:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21819 — 16:04:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21820 — 16:04:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21821 — 16:04:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21822 — 16:04:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21823 — 16:04:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21824 — 16:04:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21825 — 16:04:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21826 — 16:04:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21827 — 16:04:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21828 — 16:04:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21829 — 16:04:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21830 — 16:04:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21831 — 16:04:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21832 — 16:04:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21833 — 16:04:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21834 — 16:04:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21835 — 16:04:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21836 — 16:04:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21837 — 16:04:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21838 — 16:04:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21839 — 16:04:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21840 — 16:04:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21841 — 16:04:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21842 — 16:04:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21843 — 16:04:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21844 — 16:04:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21845 — 16:04:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21846 — 16:04:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21847 — 16:04:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21848 — 16:04:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21849 — 16:04:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21850 — 16:04:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21851 — 16:04:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21852 — 16:04:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21853 — 16:04:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21854 — 16:04:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21855 — 16:04:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21856 — 16:04:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21857 — 16:04:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21858 — 16:04:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21859 — 16:04:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21860 — 16:04:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21861 — 16:04:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21862 — 16:04:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21863 — 16:04:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21864 — 16:04:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21865 — 16:04:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21866 — 16:04:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21867 — 16:04:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21868 — 16:04:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21869 — 16:05:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21870 — 16:05:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21871 — 16:05:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21872 — 16:05:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21873 — 16:05:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21874 — 16:05:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21875 — 16:05:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21876 — 16:05:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21877 — 16:05:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21878 — 16:05:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21879 — 16:05:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21880 — 16:05:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21881 — 16:05:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21882 — 16:05:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21883 — 16:05:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21884 — 16:05:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21885 — 16:05:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21886 — 16:05:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21887 — 16:05:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21888 — 16:05:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21889 — 16:05:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21890 — 16:05:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21891 — 16:05:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21892 — 16:05:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21893 — 16:05:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21894 — 16:05:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21895 — 16:05:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21896 — 16:05:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21897 — 16:05:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21898 — 16:05:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21899 — 16:05:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21900 — 16:05:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21901 — 16:05:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21902 — 16:05:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21903 — 16:05:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21904 — 16:05:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21905 — 16:05:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21906 — 16:05:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21907 — 16:05:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21908 — 16:05:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21909 — 16:05:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21910 — 16:05:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21911 — 16:05:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21912 — 16:05:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21913 — 16:05:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21914 — 16:05:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21915 — 16:05:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21916 — 16:05:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21917 — 16:05:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21918 — 16:05:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21919 — 16:05:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21920 — 16:05:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21921 — 16:05:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21922 — 16:05:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21923 — 16:05:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21924 — 16:05:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21925 — 16:05:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21926 — 16:05:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21927 — 16:06:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21928 — 16:06:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21929 — 16:06:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21930 — 16:06:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21931 — 16:06:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21932 — 16:06:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21933 — 16:06:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21934 — 16:06:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21935 — 16:06:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21936 — 16:06:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21937 — 16:06:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21938 — 16:06:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21939 — 16:06:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21940 — 16:06:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21941 — 16:06:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21942 — 16:06:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21943 — 16:06:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21944 — 16:06:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21945 — 16:06:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21946 — 16:06:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21947 — 16:06:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21948 — 16:06:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21949 — 16:06:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21950 — 16:06:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21951 — 16:06:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21952 — 16:06:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21953 — 16:06:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21954 — 16:06:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21955 — 16:06:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21956 — 16:06:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21957 — 16:06:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21958 — 16:06:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21959 — 16:06:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21960 — 16:06:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21961 — 16:06:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21962 — 16:06:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21963 — 16:06:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21964 — 16:06:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21965 — 16:06:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21966 — 16:06:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21967 — 16:06:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21968 — 16:06:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21969 — 16:06:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21970 — 16:06:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21971 — 16:06:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21972 — 16:06:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21973 — 16:06:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21974 — 16:06:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21975 — 16:06:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21976 — 16:06:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21977 — 16:06:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21978 — 16:06:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21979 — 16:06:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21980 — 16:06:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21981 — 16:06:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21982 — 16:06:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21983 — 16:06:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21984 — 16:06:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21985 — 16:07:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21986 — 16:07:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21987 — 16:07:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21988 — 16:07:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21989 — 16:07:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21990 — 16:07:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21991 — 16:07:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #21992 — 16:07:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21993 — 16:07:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21994 — 16:07:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21995 — 16:07:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21996 — 16:07:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21997 — 16:07:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21998 — 16:07:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #21999 — 16:07:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22000 — 16:07:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22001 — 16:07:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22002 — 16:07:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22003 — 16:07:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22004 — 16:07:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22005 — 16:07:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22006 — 16:07:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22007 — 16:07:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22008 — 16:07:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22009 — 16:07:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22010 — 16:07:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22011 — 16:07:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22012 — 16:07:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22013 — 16:07:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22014 — 16:07:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22015 — 16:07:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22016 — 16:07:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22017 — 16:07:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22018 — 16:07:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22019 — 16:07:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22020 — 16:07:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22021 — 16:07:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22022 — 16:07:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22023 — 16:07:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22024 — 16:07:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22025 — 16:07:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22026 — 16:07:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22027 — 16:07:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22028 — 16:07:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22029 — 16:07:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22030 — 16:07:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22031 — 16:07:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22032 — 16:07:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22033 — 16:07:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22034 — 16:07:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22035 — 16:07:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22036 — 16:07:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22037 — 16:07:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22038 — 16:07:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22039 — 16:07:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22040 — 16:07:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22041 — 16:07:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22042 — 16:07:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22043 — 16:08:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22044 — 16:08:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22045 — 16:08:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22046 — 16:08:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22047 — 16:08:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22048 — 16:08:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22049 — 16:08:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22050 — 16:08:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22051 — 16:08:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22052 — 16:08:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22053 — 16:08:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22054 — 16:08:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22055 — 16:08:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #22056 — 16:08:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22057 — 16:08:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22058 — 16:08:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22059 — 16:08:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22060 — 16:08:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22061 — 16:08:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22062 — 16:08:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22063 — 16:08:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22064 — 16:08:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #22065 — 16:08:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22066 — 16:08:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22067 — 16:08:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22068 — 16:08:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22069 — 16:08:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22070 — 16:08:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22071 — 16:08:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22072 — 16:08:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22073 — 16:08:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22074 — 16:08:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22075 — 16:08:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22076 — 16:08:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22077 — 16:08:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22078 — 16:08:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22079 — 16:08:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22080 — 16:08:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22081 — 16:08:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #22082 — 16:08:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22083 — 16:08:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22084 — 16:08:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22085 — 16:08:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22086 — 16:08:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22087 — 16:08:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22088 — 16:08:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #22089 — 16:08:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22090 — 16:08:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22091 — 16:08:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22092 — 16:08:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22093 — 16:08:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22094 — 16:08:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22095 — 16:08:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22096 — 16:08:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #22097 — 16:08:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22098 — 16:08:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22099 — 16:08:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22100 — 16:08:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22101 — 16:08:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22102 — 16:09:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22103 — 16:09:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22104 — 16:09:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22105 — 16:09:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22106 — 16:09:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22107 — 16:09:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22108 — 16:09:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22109 — 16:09:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22110 — 16:09:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22111 — 16:09:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22112 — 16:09:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22113 — 16:09:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22114 — 16:09:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22115 — 16:09:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22116 — 16:09:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22117 — 16:09:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22118 — 16:09:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22119 — 16:09:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22120 — 16:09:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22121 — 16:09:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22122 — 16:09:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22123 — 16:09:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22124 — 16:09:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22125 — 16:09:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22126 — 16:09:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22127 — 16:09:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22128 — 16:09:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22129 — 16:09:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22130 — 16:09:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22131 — 16:09:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22132 — 16:09:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22133 — 16:09:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #22134 — 16:09:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22135 — 16:09:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22136 — 16:09:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22137 — 16:09:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22138 — 16:09:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22139 — 16:09:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22140 — 16:09:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22141 — 16:09:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22142 — 16:09:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22143 — 16:09:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22144 — 16:09:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22145 — 16:09:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22146 — 16:09:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22147 — 16:09:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22148 — 16:09:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22149 — 16:09:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22150 — 16:09:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #22151 — 16:09:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22152 — 16:09:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22153 — 16:09:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22154 — 16:09:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22155 — 16:09:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22156 — 16:09:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22157 — 16:09:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22158 — 16:09:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22159 — 16:09:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22160 — 16:10:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #22161 — 16:10:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22162 — 16:10:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22163 — 16:10:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22164 — 16:10:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22165 — 16:10:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22166 — 16:10:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22167 — 16:10:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22168 — 16:10:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22169 — 16:10:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22170 — 16:10:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22171 — 16:10:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22172 — 16:10:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22173 — 16:10:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22174 — 16:10:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #22175 — 16:10:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22176 — 16:10:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22177 — 16:10:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22178 — 16:10:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22179 — 16:10:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22180 — 16:10:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22181 — 16:10:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22182 — 16:10:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22183 — 16:10:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22184 — 16:10:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22185 — 16:10:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22186 — 16:10:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22187 — 16:10:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22188 — 16:10:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #22189 — 16:10:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22190 — 16:10:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22191 — 16:10:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22192 — 16:10:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22193 — 16:10:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22194 — 16:10:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22195 — 16:10:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22196 — 16:10:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22197 — 16:10:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22198 — 16:10:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22199 — 16:10:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22200 — 16:10:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22201 — 16:10:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22202 — 16:10:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22203 — 16:10:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22204 — 16:10:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22205 — 16:10:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22206 — 16:10:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22207 — 16:10:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22208 — 16:10:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22209 — 16:10:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22210 — 16:10:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22211 — 16:10:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22212 — 16:10:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22213 — 16:10:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22214 — 16:10:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22215 — 16:10:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22216 — 16:10:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22217 — 16:10:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22218 — 16:10:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22219 — 16:11:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22220 — 16:11:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22221 — 16:11:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22222 — 16:11:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22223 — 16:11:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22224 — 16:11:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #22225 — 16:11:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22226 — 16:11:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22227 — 16:11:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22228 — 16:11:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22229 — 16:11:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22230 — 16:11:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22231 — 16:11:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22232 — 16:11:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22233 — 16:11:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22234 — 16:11:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22235 — 16:11:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22236 — 16:11:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22237 — 16:11:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22238 — 16:11:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22239 — 16:11:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22240 — 16:11:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22241 — 16:11:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22242 — 16:11:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22243 — 16:11:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22244 — 16:11:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22245 — 16:11:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22246 — 16:11:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22247 — 16:11:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22248 — 16:11:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22249 — 16:11:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22250 — 16:11:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22251 — 16:11:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22252 — 16:11:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22253 — 16:11:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22254 — 16:11:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22255 — 16:11:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22256 — 16:11:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22257 — 16:11:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22258 — 16:11:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22259 — 16:11:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22260 — 16:11:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22261 — 16:11:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22262 — 16:11:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22263 — 16:11:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22264 — 16:11:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22265 — 16:11:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22266 — 16:11:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22267 — 16:11:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22268 — 16:11:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22269 — 16:11:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22270 — 16:11:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22271 — 16:11:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22272 — 16:11:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22273 — 16:11:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22274 — 16:11:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22275 — 16:11:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22276 — 16:11:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22277 — 16:12:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22278 — 16:12:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22279 — 16:12:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22280 — 16:12:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22281 — 16:12:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22282 — 16:12:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22283 — 16:12:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22284 — 16:12:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22285 — 16:12:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22286 — 16:12:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22287 — 16:12:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22288 — 16:12:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22289 — 16:12:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22290 — 16:12:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22291 — 16:12:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22292 — 16:12:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22293 — 16:12:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22294 — 16:12:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22295 — 16:12:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22296 — 16:12:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22297 — 16:12:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22298 — 16:12:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22299 — 16:12:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22300 — 16:12:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22301 — 16:12:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22302 — 16:12:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22303 — 16:12:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22304 — 16:12:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22305 — 16:12:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22306 — 16:12:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22307 — 16:12:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22308 — 16:12:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22309 — 16:12:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22310 — 16:12:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22311 — 16:12:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22312 — 16:12:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22313 — 16:12:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22314 — 16:12:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22315 — 16:12:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #22316 — 16:12:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22317 — 16:12:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22318 — 16:12:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22319 — 16:12:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22320 — 16:12:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22321 — 16:12:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22322 — 16:12:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22323 — 16:12:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22324 — 16:12:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22325 — 16:12:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22326 — 16:12:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22327 — 16:12:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22328 — 16:12:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22329 — 16:12:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22330 — 16:12:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22331 — 16:12:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22332 — 16:12:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22333 — 16:12:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22334 — 16:12:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22335 — 16:12:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22336 — 16:13:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22337 — 16:13:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22338 — 16:13:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22339 — 16:13:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22340 — 16:13:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22341 — 16:13:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22342 — 16:13:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22343 — 16:13:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22344 — 16:13:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22345 — 16:13:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22346 — 16:13:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22347 — 16:13:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22348 — 16:13:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22349 — 16:13:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22350 — 16:13:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22351 — 16:13:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22352 — 16:13:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22353 — 16:13:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22354 — 16:13:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22355 — 16:13:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22356 — 16:13:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22357 — 16:13:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22358 — 16:13:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22359 — 16:13:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22360 — 16:13:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22361 — 16:13:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22362 — 16:13:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22363 — 16:13:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22364 — 16:13:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22365 — 16:13:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22366 — 16:13:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22367 — 16:13:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22368 — 16:13:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22369 — 16:13:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22370 — 16:13:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22371 — 16:13:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22372 — 16:13:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22373 — 16:13:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22374 — 16:13:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22375 — 16:13:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22376 — 16:13:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22377 — 16:13:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22378 — 16:13:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22379 — 16:13:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22380 — 16:13:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22381 — 16:13:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22382 — 16:13:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22383 — 16:13:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22384 — 16:13:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22385 — 16:13:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22386 — 16:13:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22387 — 16:13:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22388 — 16:13:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22389 — 16:13:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22390 — 16:13:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22391 — 16:13:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22392 — 16:13:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22393 — 16:13:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22394 — 16:14:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22395 — 16:14:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22396 — 16:14:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22397 — 16:14:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22398 — 16:14:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22399 — 16:14:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22400 — 16:14:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22401 — 16:14:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22402 — 16:14:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22403 — 16:14:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22404 — 16:14:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22405 — 16:14:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22406 — 16:14:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22407 — 16:14:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22408 — 16:14:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22409 — 16:14:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22410 — 16:14:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22411 — 16:14:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22412 — 16:14:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22413 — 16:14:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22414 — 16:14:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22415 — 16:14:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22416 — 16:14:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22417 — 16:14:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22418 — 16:14:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22419 — 16:14:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22420 — 16:14:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22421 — 16:14:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22422 — 16:14:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22423 — 16:14:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22424 — 16:14:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22425 — 16:14:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22426 — 16:14:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22427 — 16:14:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22428 — 16:14:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22429 — 16:14:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22430 — 16:14:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22431 — 16:14:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22432 — 16:14:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22433 — 16:14:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22434 — 16:14:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22435 — 16:14:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22436 — 16:14:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22437 — 16:14:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22438 — 16:14:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22439 — 16:14:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22440 — 16:14:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22441 — 16:14:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22442 — 16:14:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22443 — 16:14:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22444 — 16:14:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22445 — 16:14:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22446 — 16:14:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22447 — 16:14:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22448 — 16:14:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22449 — 16:14:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22450 — 16:14:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22451 — 16:14:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22452 — 16:14:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22453 — 16:15:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22454 — 16:15:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22455 — 16:15:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22456 — 16:15:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22457 — 16:15:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22458 — 16:15:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22459 — 16:15:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22460 — 16:15:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22461 — 16:15:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22462 — 16:15:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22463 — 16:15:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22464 — 16:15:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22465 — 16:15:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22466 — 16:15:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22467 — 16:15:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22468 — 16:15:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22469 — 16:15:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22470 — 16:15:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22471 — 16:15:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22472 — 16:15:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22473 — 16:15:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22474 — 16:15:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22475 — 16:15:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22476 — 16:15:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22477 — 16:15:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22478 — 16:15:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22479 — 16:15:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22480 — 16:15:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22481 — 16:15:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22482 — 16:15:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22483 — 16:15:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22484 — 16:15:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22485 — 16:15:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22486 — 16:15:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22487 — 16:15:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22488 — 16:15:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22489 — 16:15:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22490 — 16:15:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22491 — 16:15:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22492 — 16:15:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22493 — 16:15:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22494 — 16:15:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22495 — 16:15:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22496 — 16:15:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22497 — 16:15:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22498 — 16:15:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22499 — 16:15:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22500 — 16:15:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22501 — 16:15:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #22502 — 16:15:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22503 — 16:15:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22504 — 16:15:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22505 — 16:15:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22506 — 16:15:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22507 — 16:15:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22508 — 16:15:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22509 — 16:15:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22510 — 16:15:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22511 — 16:16:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22512 — 16:16:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22513 — 16:16:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22514 — 16:16:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22515 — 16:16:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22516 — 16:16:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22517 — 16:16:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22518 — 16:16:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22519 — 16:16:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22520 — 16:16:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22521 — 16:16:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22522 — 16:16:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22523 — 16:16:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22524 — 16:16:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22525 — 16:16:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22526 — 16:16:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22527 — 16:16:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22528 — 16:16:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22529 — 16:16:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22530 — 16:16:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22531 — 16:16:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22532 — 16:16:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22533 — 16:16:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22534 — 16:16:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22535 — 16:16:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22536 — 16:16:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22537 — 16:16:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22538 — 16:16:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22539 — 16:16:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22540 — 16:16:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22541 — 16:16:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #22542 — 16:16:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22543 — 16:16:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22544 — 16:16:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22545 — 16:16:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22546 — 16:16:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22547 — 16:16:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #22548 — 16:16:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22549 — 16:16:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22550 — 16:16:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22551 — 16:16:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22552 — 16:16:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22553 — 16:16:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22554 — 16:16:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22555 — 16:16:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22556 — 16:16:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22557 — 16:16:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22558 — 16:16:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22559 — 16:16:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22560 — 16:16:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22561 — 16:16:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22562 — 16:16:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22563 — 16:16:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22564 — 16:16:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22565 — 16:16:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22566 — 16:16:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22567 — 16:16:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22568 — 16:16:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22569 — 16:17:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22570 — 16:17:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22571 — 16:17:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22572 — 16:17:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22573 — 16:17:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22574 — 16:17:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22575 — 16:17:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22576 — 16:17:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22577 — 16:17:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22578 — 16:17:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22579 — 16:17:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22580 — 16:17:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22581 — 16:17:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22582 — 16:17:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22583 — 16:17:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22584 — 16:17:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22585 — 16:17:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22586 — 16:17:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22587 — 16:17:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22588 — 16:17:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22589 — 16:17:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22590 — 16:17:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22591 — 16:17:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22592 — 16:17:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22593 — 16:17:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22594 — 16:17:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22595 — 16:17:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22596 — 16:17:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + +[SIM] ⏱️ It #22597 — 16:17:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22598 — 16:17:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22599 — 16:17:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22600 — 16:17:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22601 — 16:17:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22602 — 16:17:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22603 — 16:17:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22604 — 16:17:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22605 — 16:17:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #22606 — 16:17:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22607 — 16:17:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22608 — 16:17:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22609 — 16:17:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22610 — 16:17:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22611 — 16:17:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22612 — 16:17:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22613 — 16:17:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22614 — 16:17:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22615 — 16:17:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22616 — 16:17:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22617 — 16:17:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22618 — 16:17:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22619 — 16:17:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22620 — 16:17:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22621 — 16:17:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22622 — 16:17:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22623 — 16:17:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22624 — 16:17:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22625 — 16:17:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22626 — 16:17:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22627 — 16:18:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22628 — 16:18:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22629 — 16:18:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22630 — 16:18:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22631 — 16:18:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #22632 — 16:18:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22633 — 16:18:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22634 — 16:18:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22635 — 16:18:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22636 — 16:18:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22637 — 16:18:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22638 — 16:18:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #22639 — 16:18:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22640 — 16:18:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22641 — 16:18:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22642 — 16:18:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22643 — 16:18:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22644 — 16:18:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22645 — 16:18:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22646 — 16:18:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22647 — 16:18:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22648 — 16:18:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22649 — 16:18:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22650 — 16:18:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22651 — 16:18:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22652 — 16:18:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22653 — 16:18:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22654 — 16:18:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22655 — 16:18:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22656 — 16:18:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22657 — 16:18:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22658 — 16:18:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22659 — 16:18:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22660 — 16:18:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22661 — 16:18:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22662 — 16:18:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22663 — 16:18:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22664 — 16:18:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22665 — 16:18:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22666 — 16:18:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22667 — 16:18:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22668 — 16:18:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22669 — 16:18:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22670 — 16:18:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22671 — 16:18:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22672 — 16:18:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22673 — 16:18:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22674 — 16:18:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22675 — 16:18:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22676 — 16:18:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22677 — 16:18:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22678 — 16:18:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22679 — 16:18:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #22680 — 16:18:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22681 — 16:18:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22682 — 16:18:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22683 — 16:18:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22684 — 16:18:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22685 — 16:19:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22686 — 16:19:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22687 — 16:19:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22688 — 16:19:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22689 — 16:19:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22690 — 16:19:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22691 — 16:19:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22692 — 16:19:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22693 — 16:19:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22694 — 16:19:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22695 — 16:19:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22696 — 16:19:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22697 — 16:19:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22698 — 16:19:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22699 — 16:19:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22700 — 16:19:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22701 — 16:19:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22702 — 16:19:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22703 — 16:19:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22704 — 16:19:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22705 — 16:19:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22706 — 16:19:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22707 — 16:19:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22708 — 16:19:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22709 — 16:19:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22710 — 16:19:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22711 — 16:19:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22712 — 16:19:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22713 — 16:19:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22714 — 16:19:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22715 — 16:19:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22716 — 16:19:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22717 — 16:19:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22718 — 16:19:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22719 — 16:19:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22720 — 16:19:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22721 — 16:19:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22722 — 16:19:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22723 — 16:19:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22724 — 16:19:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22725 — 16:19:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22726 — 16:19:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #22727 — 16:19:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22728 — 16:19:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22729 — 16:19:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22730 — 16:19:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22731 — 16:19:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22732 — 16:19:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22733 — 16:19:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22734 — 16:19:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22735 — 16:19:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22736 — 16:19:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22737 — 16:19:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22738 — 16:19:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22739 — 16:19:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22740 — 16:19:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22741 — 16:19:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22742 — 16:19:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22743 — 16:20:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22744 — 16:20:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22745 — 16:20:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22746 — 16:20:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22747 — 16:20:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22748 — 16:20:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22749 — 16:20:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22750 — 16:20:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22751 — 16:20:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22752 — 16:20:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22753 — 16:20:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22754 — 16:20:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22755 — 16:20:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22756 — 16:20:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22757 — 16:20:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22758 — 16:20:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22759 — 16:20:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #22760 — 16:20:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22761 — 16:20:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22762 — 16:20:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22763 — 16:20:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22764 — 16:20:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22765 — 16:20:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #22766 — 16:20:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22767 — 16:20:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22768 — 16:20:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22769 — 16:20:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22770 — 16:20:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22771 — 16:20:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22772 — 16:20:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22773 — 16:20:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22774 — 16:20:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #22775 — 16:20:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22776 — 16:20:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22777 — 16:20:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22778 — 16:20:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22779 — 16:20:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22780 — 16:20:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22781 — 16:20:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22782 — 16:20:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22783 — 16:20:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22784 — 16:20:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22785 — 16:20:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22786 — 16:20:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22787 — 16:20:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22788 — 16:20:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22789 — 16:20:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22790 — 16:20:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22791 — 16:20:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22792 — 16:20:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22793 — 16:20:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22794 — 16:20:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22795 — 16:20:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22796 — 16:20:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22797 — 16:20:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22798 — 16:20:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22799 — 16:20:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22800 — 16:20:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22801 — 16:21:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22802 — 16:21:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22803 — 16:21:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22804 — 16:21:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22805 — 16:21:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22806 — 16:21:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22807 — 16:21:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22808 — 16:21:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22809 — 16:21:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22810 — 16:21:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22811 — 16:21:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22812 — 16:21:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22813 — 16:21:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22814 — 16:21:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22815 — 16:21:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22816 — 16:21:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #22817 — 16:21:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22818 — 16:21:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22819 — 16:21:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22820 — 16:21:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22821 — 16:21:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22822 — 16:21:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22823 — 16:21:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22824 — 16:21:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22825 — 16:21:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22826 — 16:21:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22827 — 16:21:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22828 — 16:21:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22829 — 16:21:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22830 — 16:21:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22831 — 16:21:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22832 — 16:21:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22833 — 16:21:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22834 — 16:21:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22835 — 16:21:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22836 — 16:21:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22837 — 16:21:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22838 — 16:21:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22839 — 16:21:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22840 — 16:21:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22841 — 16:21:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22842 — 16:21:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22843 — 16:21:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22844 — 16:21:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22845 — 16:21:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22846 — 16:21:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22847 — 16:21:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22848 — 16:21:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22849 — 16:21:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22850 — 16:21:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22851 — 16:21:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22852 — 16:21:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22853 — 16:21:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22854 — 16:21:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22855 — 16:21:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22856 — 16:21:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22857 — 16:21:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22858 — 16:21:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22859 — 16:22:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22860 — 16:22:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22861 — 16:22:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22862 — 16:22:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22863 — 16:22:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22864 — 16:22:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22865 — 16:22:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22866 — 16:22:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22867 — 16:22:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22868 — 16:22:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22869 — 16:22:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22870 — 16:22:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22871 — 16:22:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22872 — 16:22:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22873 — 16:22:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22874 — 16:22:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22875 — 16:22:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22876 — 16:22:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22877 — 16:22:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22878 — 16:22:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22879 — 16:22:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22880 — 16:22:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22881 — 16:22:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22882 — 16:22:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22883 — 16:22:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22884 — 16:22:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22885 — 16:22:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22886 — 16:22:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22887 — 16:22:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22888 — 16:22:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22889 — 16:22:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22890 — 16:22:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22891 — 16:22:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22892 — 16:22:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22893 — 16:22:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22894 — 16:22:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22895 — 16:22:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22896 — 16:22:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22897 — 16:22:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22898 — 16:22:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22899 — 16:22:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22900 — 16:22:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22901 — 16:22:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22902 — 16:22:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22903 — 16:22:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22904 — 16:22:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22905 — 16:22:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22906 — 16:22:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22907 — 16:22:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22908 — 16:22:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22909 — 16:22:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22910 — 16:22:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22911 — 16:22:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22912 — 16:22:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22913 — 16:22:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22914 — 16:22:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22915 — 16:22:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22916 — 16:22:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22917 — 16:22:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22918 — 16:23:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22919 — 16:23:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22920 — 16:23:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22921 — 16:23:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22922 — 16:23:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22923 — 16:23:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22924 — 16:23:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22925 — 16:23:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22926 — 16:23:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #22927 — 16:23:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22928 — 16:23:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22929 — 16:23:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22930 — 16:23:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22931 — 16:23:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22932 — 16:23:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22933 — 16:23:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22934 — 16:23:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22935 — 16:23:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22936 — 16:23:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22937 — 16:23:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22938 — 16:23:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22939 — 16:23:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22940 — 16:23:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #22941 — 16:23:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22942 — 16:23:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22943 — 16:23:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22944 — 16:23:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22945 — 16:23:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22946 — 16:23:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22947 — 16:23:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22948 — 16:23:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22949 — 16:23:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #22950 — 16:23:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22951 — 16:23:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22952 — 16:23:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22953 — 16:23:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22954 — 16:23:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22955 — 16:23:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22956 — 16:23:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22957 — 16:23:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22958 — 16:23:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22959 — 16:23:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22960 — 16:23:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22961 — 16:23:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22962 — 16:23:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22963 — 16:23:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22964 — 16:23:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22965 — 16:23:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22966 — 16:23:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22967 — 16:23:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22968 — 16:23:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22969 — 16:23:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22970 — 16:23:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22971 — 16:23:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22972 — 16:23:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22973 — 16:23:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22974 — 16:23:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22975 — 16:23:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22976 — 16:24:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22977 — 16:24:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22978 — 16:24:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22979 — 16:24:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22980 — 16:24:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22981 — 16:24:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22982 — 16:24:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22983 — 16:24:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22984 — 16:24:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22985 — 16:24:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22986 — 16:24:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22987 — 16:24:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22988 — 16:24:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22989 — 16:24:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22990 — 16:24:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22991 — 16:24:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22992 — 16:24:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22993 — 16:24:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22994 — 16:24:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22995 — 16:24:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22996 — 16:24:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22997 — 16:24:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22998 — 16:24:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #22999 — 16:24:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23000 — 16:24:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23001 — 16:24:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23002 — 16:24:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23003 — 16:24:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23004 — 16:24:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23005 — 16:24:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23006 — 16:24:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23007 — 16:24:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23008 — 16:24:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23009 — 16:24:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23010 — 16:24:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23011 — 16:24:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23012 — 16:24:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23013 — 16:24:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23014 — 16:24:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23015 — 16:24:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23016 — 16:24:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23017 — 16:24:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23018 — 16:24:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23019 — 16:24:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23020 — 16:24:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23021 — 16:24:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23022 — 16:24:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23023 — 16:24:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23024 — 16:24:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23025 — 16:24:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23026 — 16:24:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23027 — 16:24:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23028 — 16:24:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23029 — 16:24:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23030 — 16:24:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23031 — 16:24:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23032 — 16:24:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23033 — 16:24:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23034 — 16:24:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23035 — 16:25:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23036 — 16:25:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23037 — 16:25:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23038 — 16:25:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23039 — 16:25:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23040 — 16:25:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23041 — 16:25:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23042 — 16:25:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23043 — 16:25:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23044 — 16:25:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23045 — 16:25:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23046 — 16:25:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23047 — 16:25:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23048 — 16:25:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23049 — 16:25:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23050 — 16:25:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23051 — 16:25:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23052 — 16:25:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23053 — 16:25:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23054 — 16:25:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23055 — 16:25:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23056 — 16:25:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23057 — 16:25:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23058 — 16:25:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23059 — 16:25:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23060 — 16:25:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23061 — 16:25:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23062 — 16:25:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23063 — 16:25:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23064 — 16:25:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23065 — 16:25:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23066 — 16:25:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23067 — 16:25:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23068 — 16:25:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23069 — 16:25:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23070 — 16:25:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23071 — 16:25:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23072 — 16:25:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23073 — 16:25:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23074 — 16:25:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23075 — 16:25:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23076 — 16:25:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23077 — 16:25:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #23078 — 16:25:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23079 — 16:25:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #23080 — 16:25:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23081 — 16:25:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23082 — 16:25:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23083 — 16:25:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23084 — 16:25:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23085 — 16:25:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23086 — 16:25:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23087 — 16:25:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23088 — 16:25:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23089 — 16:25:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23090 — 16:25:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23091 — 16:25:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23092 — 16:25:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23093 — 16:26:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23094 — 16:26:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23095 — 16:26:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23096 — 16:26:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23097 — 16:26:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23098 — 16:26:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23099 — 16:26:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23100 — 16:26:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23101 — 16:26:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23102 — 16:26:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23103 — 16:26:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23104 — 16:26:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23105 — 16:26:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23106 — 16:26:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23107 — 16:26:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23108 — 16:26:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23109 — 16:26:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23110 — 16:26:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23111 — 16:26:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23112 — 16:26:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23113 — 16:26:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23114 — 16:26:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23115 — 16:26:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23116 — 16:26:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23117 — 16:26:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23118 — 16:26:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23119 — 16:26:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23120 — 16:26:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23121 — 16:26:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23122 — 16:26:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23123 — 16:26:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23124 — 16:26:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23125 — 16:26:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23126 — 16:26:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23127 — 16:26:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23128 — 16:26:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23129 — 16:26:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23130 — 16:26:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23131 — 16:26:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23132 — 16:26:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23133 — 16:26:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23134 — 16:26:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23135 — 16:26:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23136 — 16:26:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23137 — 16:26:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23138 — 16:26:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23139 — 16:26:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23140 — 16:26:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23141 — 16:26:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23142 — 16:26:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23143 — 16:26:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23144 — 16:26:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23145 — 16:26:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23146 — 16:26:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23147 — 16:26:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23148 — 16:26:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23149 — 16:26:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23150 — 16:26:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23151 — 16:27:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23152 — 16:27:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23153 — 16:27:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23154 — 16:27:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23155 — 16:27:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23156 — 16:27:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23157 — 16:27:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #23158 — 16:27:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23159 — 16:27:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23160 — 16:27:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23161 — 16:27:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23162 — 16:27:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23163 — 16:27:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23164 — 16:27:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23165 — 16:27:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23166 — 16:27:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23167 — 16:27:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23168 — 16:27:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23169 — 16:27:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23170 — 16:27:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23171 — 16:27:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23172 — 16:27:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23173 — 16:27:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23174 — 16:27:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23175 — 16:27:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23176 — 16:27:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23177 — 16:27:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23178 — 16:27:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23179 — 16:27:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23180 — 16:27:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #23181 — 16:27:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23182 — 16:27:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23183 — 16:27:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23184 — 16:27:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23185 — 16:27:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23186 — 16:27:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23187 — 16:27:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23188 — 16:27:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23189 — 16:27:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23190 — 16:27:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23191 — 16:27:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23192 — 16:27:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23193 — 16:27:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23194 — 16:27:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23195 — 16:27:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23196 — 16:27:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23197 — 16:27:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23198 — 16:27:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23199 — 16:27:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23200 — 16:27:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23201 — 16:27:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23202 — 16:27:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23203 — 16:27:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + +[SIM] ⏱️ It #23204 — 16:27:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23205 — 16:27:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23206 — 16:27:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #23207 — 16:27:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23208 — 16:27:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23209 — 16:28:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23210 — 16:28:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23211 — 16:28:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23212 — 16:28:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23213 — 16:28:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23214 — 16:28:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23215 — 16:28:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23216 — 16:28:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23217 — 16:28:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23218 — 16:28:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23219 — 16:28:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23220 — 16:28:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23221 — 16:28:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23222 — 16:28:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23223 — 16:28:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23224 — 16:28:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23225 — 16:28:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23226 — 16:28:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23227 — 16:28:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23228 — 16:28:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23229 — 16:28:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23230 — 16:28:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23231 — 16:28:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23232 — 16:28:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23233 — 16:28:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23234 — 16:28:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23235 — 16:28:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23236 — 16:28:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23237 — 16:28:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23238 — 16:28:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23239 — 16:28:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23240 — 16:28:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23241 — 16:28:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23242 — 16:28:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23243 — 16:28:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23244 — 16:28:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23245 — 16:28:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23246 — 16:28:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23247 — 16:28:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23248 — 16:28:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23249 — 16:28:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23250 — 16:28:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23251 — 16:28:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23252 — 16:28:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23253 — 16:28:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23254 — 16:28:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23255 — 16:28:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23256 — 16:28:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23257 — 16:28:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23258 — 16:28:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23259 — 16:28:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23260 — 16:28:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23261 — 16:28:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23262 — 16:28:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23263 — 16:28:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23264 — 16:28:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23265 — 16:28:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23266 — 16:28:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23267 — 16:29:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23268 — 16:29:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23269 — 16:29:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23270 — 16:29:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23271 — 16:29:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23272 — 16:29:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23273 — 16:29:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23274 — 16:29:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23275 — 16:29:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23276 — 16:29:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23277 — 16:29:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23278 — 16:29:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23279 — 16:29:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23280 — 16:29:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23281 — 16:29:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23282 — 16:29:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23283 — 16:29:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23284 — 16:29:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23285 — 16:29:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23286 — 16:29:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23287 — 16:29:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23288 — 16:29:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23289 — 16:29:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23290 — 16:29:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23291 — 16:29:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23292 — 16:29:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23293 — 16:29:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #23294 — 16:29:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23295 — 16:29:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23296 — 16:29:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23297 — 16:29:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23298 — 16:29:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23299 — 16:29:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23300 — 16:29:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23301 — 16:29:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23302 — 16:29:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23303 — 16:29:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23304 — 16:29:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23305 — 16:29:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23306 — 16:29:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23307 — 16:29:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23308 — 16:29:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23309 — 16:29:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23310 — 16:29:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23311 — 16:29:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #23312 — 16:29:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23313 — 16:29:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23314 — 16:29:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23315 — 16:29:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23316 — 16:29:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23317 — 16:29:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23318 — 16:29:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23319 — 16:29:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23320 — 16:29:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #23321 — 16:29:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23322 — 16:29:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23323 — 16:29:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23324 — 16:29:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23325 — 16:29:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23326 — 16:30:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23327 — 16:30:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23328 — 16:30:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23329 — 16:30:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23330 — 16:30:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23331 — 16:30:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23332 — 16:30:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23333 — 16:30:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23334 — 16:30:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23335 — 16:30:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23336 — 16:30:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23337 — 16:30:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23338 — 16:30:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #23339 — 16:30:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23340 — 16:30:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23341 — 16:30:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23342 — 16:30:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23343 — 16:30:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23344 — 16:30:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23345 — 16:30:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23346 — 16:30:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23347 — 16:30:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23348 — 16:30:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23349 — 16:30:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23350 — 16:30:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23351 — 16:30:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23352 — 16:30:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23353 — 16:30:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23354 — 16:30:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23355 — 16:30:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23356 — 16:30:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23357 — 16:30:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23358 — 16:30:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23359 — 16:30:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23360 — 16:30:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23361 — 16:30:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23362 — 16:30:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23363 — 16:30:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23364 — 16:30:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23365 — 16:30:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23366 — 16:30:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23367 — 16:30:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23368 — 16:30:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23369 — 16:30:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23370 — 16:30:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23371 — 16:30:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23372 — 16:30:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23373 — 16:30:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23374 — 16:30:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23375 — 16:30:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23376 — 16:30:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23377 — 16:30:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23378 — 16:30:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23379 — 16:30:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23380 — 16:30:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23381 — 16:30:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23382 — 16:30:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23383 — 16:30:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23384 — 16:31:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23385 — 16:31:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23386 — 16:31:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23387 — 16:31:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23388 — 16:31:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23389 — 16:31:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23390 — 16:31:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23391 — 16:31:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23392 — 16:31:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23393 — 16:31:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23394 — 16:31:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23395 — 16:31:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23396 — 16:31:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23397 — 16:31:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23398 — 16:31:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23399 — 16:31:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23400 — 16:31:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23401 — 16:31:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23402 — 16:31:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23403 — 16:31:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23404 — 16:31:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23405 — 16:31:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23406 — 16:31:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23407 — 16:31:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23408 — 16:31:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23409 — 16:31:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23410 — 16:31:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23411 — 16:31:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23412 — 16:31:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23413 — 16:31:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23414 — 16:31:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23415 — 16:31:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23416 — 16:31:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23417 — 16:31:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23418 — 16:31:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23419 — 16:31:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23420 — 16:31:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23421 — 16:31:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23422 — 16:31:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23423 — 16:31:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23424 — 16:31:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23425 — 16:31:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23426 — 16:31:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23427 — 16:31:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23428 — 16:31:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23429 — 16:31:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23430 — 16:31:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23431 — 16:31:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23432 — 16:31:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23433 — 16:31:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23434 — 16:31:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23435 — 16:31:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23436 — 16:31:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23437 — 16:31:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23438 — 16:31:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23439 — 16:31:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23440 — 16:31:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23441 — 16:31:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23442 — 16:32:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23443 — 16:32:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23444 — 16:32:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23445 — 16:32:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23446 — 16:32:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23447 — 16:32:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23448 — 16:32:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23449 — 16:32:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23450 — 16:32:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23451 — 16:32:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23452 — 16:32:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23453 — 16:32:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23454 — 16:32:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23455 — 16:32:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23456 — 16:32:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23457 — 16:32:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23458 — 16:32:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23459 — 16:32:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23460 — 16:32:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23461 — 16:32:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23462 — 16:32:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23463 — 16:32:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23464 — 16:32:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23465 — 16:32:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23466 — 16:32:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23467 — 16:32:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23468 — 16:32:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23469 — 16:32:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23470 — 16:32:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23471 — 16:32:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23472 — 16:32:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23473 — 16:32:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23474 — 16:32:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23475 — 16:32:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23476 — 16:32:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23477 — 16:32:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23478 — 16:32:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23479 — 16:32:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23480 — 16:32:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23481 — 16:32:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23482 — 16:32:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23483 — 16:32:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23484 — 16:32:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #23485 — 16:32:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23486 — 16:32:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23487 — 16:32:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23488 — 16:32:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23489 — 16:32:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23490 — 16:32:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23491 — 16:32:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23492 — 16:32:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23493 — 16:32:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23494 — 16:32:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23495 — 16:32:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23496 — 16:32:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23497 — 16:32:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23498 — 16:32:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23499 — 16:32:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23500 — 16:33:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23501 — 16:33:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23502 — 16:33:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23503 — 16:33:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23504 — 16:33:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23505 — 16:33:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23506 — 16:33:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23507 — 16:33:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23508 — 16:33:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23509 — 16:33:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #23510 — 16:33:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23511 — 16:33:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23512 — 16:33:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23513 — 16:33:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23514 — 16:33:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23515 — 16:33:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23516 — 16:33:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23517 — 16:33:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23518 — 16:33:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23519 — 16:33:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23520 — 16:33:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23521 — 16:33:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23522 — 16:33:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23523 — 16:33:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23524 — 16:33:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23525 — 16:33:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23526 — 16:33:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23527 — 16:33:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23528 — 16:33:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23529 — 16:33:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23530 — 16:33:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23531 — 16:33:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23532 — 16:33:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23533 — 16:33:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23534 — 16:33:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23535 — 16:33:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23536 — 16:33:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23537 — 16:33:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23538 — 16:33:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23539 — 16:33:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23540 — 16:33:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23541 — 16:33:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23542 — 16:33:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23543 — 16:33:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23544 — 16:33:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23545 — 16:33:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23546 — 16:33:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23547 — 16:33:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23548 — 16:33:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23549 — 16:33:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23550 — 16:33:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23551 — 16:33:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23552 — 16:33:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23553 — 16:33:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23554 — 16:33:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23555 — 16:33:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23556 — 16:33:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23557 — 16:33:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23558 — 16:34:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23559 — 16:34:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23560 — 16:34:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23561 — 16:34:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23562 — 16:34:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23563 — 16:34:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23564 — 16:34:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23565 — 16:34:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23566 — 16:34:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23567 — 16:34:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23568 — 16:34:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23569 — 16:34:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23570 — 16:34:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23571 — 16:34:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23572 — 16:34:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23573 — 16:34:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23574 — 16:34:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23575 — 16:34:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23576 — 16:34:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23577 — 16:34:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23578 — 16:34:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23579 — 16:34:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23580 — 16:34:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23581 — 16:34:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23582 — 16:34:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23583 — 16:34:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23584 — 16:34:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23585 — 16:34:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23586 — 16:34:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23587 — 16:34:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23588 — 16:34:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23589 — 16:34:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23590 — 16:34:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23591 — 16:34:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23592 — 16:34:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23593 — 16:34:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23594 — 16:34:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23595 — 16:34:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23596 — 16:34:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23597 — 16:34:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23598 — 16:34:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23599 — 16:34:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23600 — 16:34:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23601 — 16:34:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23602 — 16:34:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23603 — 16:34:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23604 — 16:34:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23605 — 16:34:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23606 — 16:34:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23607 — 16:34:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23608 — 16:34:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23609 — 16:34:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23610 — 16:34:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23611 — 16:34:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23612 — 16:34:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23613 — 16:34:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23614 — 16:34:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23615 — 16:34:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23616 — 16:34:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23617 — 16:35:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23618 — 16:35:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23619 — 16:35:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23620 — 16:35:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23621 — 16:35:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #23622 — 16:35:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23623 — 16:35:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23624 — 16:35:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23625 — 16:35:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23626 — 16:35:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23627 — 16:35:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23628 — 16:35:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23629 — 16:35:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23630 — 16:35:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23631 — 16:35:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23632 — 16:35:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23633 — 16:35:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23634 — 16:35:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23635 — 16:35:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23636 — 16:35:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23637 — 16:35:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23638 — 16:35:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23639 — 16:35:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23640 — 16:35:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23641 — 16:35:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23642 — 16:35:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23643 — 16:35:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23644 — 16:35:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23645 — 16:35:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23646 — 16:35:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23647 — 16:35:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23648 — 16:35:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23649 — 16:35:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23650 — 16:35:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23651 — 16:35:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23652 — 16:35:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23653 — 16:35:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23654 — 16:35:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23655 — 16:35:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23656 — 16:35:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23657 — 16:35:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23658 — 16:35:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23659 — 16:35:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23660 — 16:35:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23661 — 16:35:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23662 — 16:35:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23663 — 16:35:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23664 — 16:35:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23665 — 16:35:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23666 — 16:35:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23667 — 16:35:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23668 — 16:35:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23669 — 16:35:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23670 — 16:35:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23671 — 16:35:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23672 — 16:35:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23673 — 16:35:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23674 — 16:35:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23675 — 16:36:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23676 — 16:36:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23677 — 16:36:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23678 — 16:36:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23679 — 16:36:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23680 — 16:36:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23681 — 16:36:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23682 — 16:36:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23683 — 16:36:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23684 — 16:36:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23685 — 16:36:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23686 — 16:36:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23687 — 16:36:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23688 — 16:36:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #23689 — 16:36:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23690 — 16:36:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23691 — 16:36:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23692 — 16:36:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23693 — 16:36:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23694 — 16:36:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23695 — 16:36:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23696 — 16:36:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23697 — 16:36:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23698 — 16:36:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23699 — 16:36:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23700 — 16:36:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23701 — 16:36:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23702 — 16:36:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23703 — 16:36:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23704 — 16:36:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23705 — 16:36:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23706 — 16:36:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23707 — 16:36:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23708 — 16:36:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23709 — 16:36:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23710 — 16:36:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23711 — 16:36:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23712 — 16:36:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23713 — 16:36:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23714 — 16:36:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23715 — 16:36:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23716 — 16:36:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23717 — 16:36:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23718 — 16:36:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23719 — 16:36:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23720 — 16:36:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23721 — 16:36:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23722 — 16:36:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23723 — 16:36:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23724 — 16:36:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23725 — 16:36:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23726 — 16:36:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23727 — 16:36:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23728 — 16:36:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23729 — 16:36:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23730 — 16:36:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23731 — 16:36:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23732 — 16:37:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23733 — 16:37:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23734 — 16:37:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23735 — 16:37:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23736 — 16:37:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23737 — 16:37:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23738 — 16:37:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23739 — 16:37:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23740 — 16:37:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23741 — 16:37:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23742 — 16:37:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23743 — 16:37:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23744 — 16:37:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23745 — 16:37:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23746 — 16:37:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23747 — 16:37:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23748 — 16:37:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23749 — 16:37:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23750 — 16:37:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23751 — 16:37:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23752 — 16:37:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23753 — 16:37:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23754 — 16:37:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23755 — 16:37:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23756 — 16:37:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23757 — 16:37:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23758 — 16:37:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23759 — 16:37:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23760 — 16:37:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23761 — 16:37:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23762 — 16:37:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23763 — 16:37:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23764 — 16:37:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23765 — 16:37:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23766 — 16:37:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23767 — 16:37:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23768 — 16:37:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23769 — 16:37:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23770 — 16:37:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23771 — 16:37:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23772 — 16:37:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23773 — 16:37:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23774 — 16:37:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23775 — 16:37:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23776 — 16:37:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23777 — 16:37:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23778 — 16:37:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23779 — 16:37:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23780 — 16:37:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23781 — 16:37:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23782 — 16:37:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23783 — 16:37:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #23784 — 16:37:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23785 — 16:37:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23786 — 16:37:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23787 — 16:37:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23788 — 16:37:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23789 — 16:37:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23790 — 16:38:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23791 — 16:38:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23792 — 16:38:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23793 — 16:38:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23794 — 16:38:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23795 — 16:38:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23796 — 16:38:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23797 — 16:38:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23798 — 16:38:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23799 — 16:38:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23800 — 16:38:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23801 — 16:38:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23802 — 16:38:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23803 — 16:38:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23804 — 16:38:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23805 — 16:38:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23806 — 16:38:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23807 — 16:38:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23808 — 16:38:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23809 — 16:38:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23810 — 16:38:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23811 — 16:38:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23812 — 16:38:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23813 — 16:38:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23814 — 16:38:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #23815 — 16:38:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23816 — 16:38:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23817 — 16:38:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23818 — 16:38:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23819 — 16:38:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23820 — 16:38:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23821 — 16:38:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23822 — 16:38:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23823 — 16:38:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23824 — 16:38:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23825 — 16:38:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23826 — 16:38:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23827 — 16:38:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23828 — 16:38:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23829 — 16:38:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23830 — 16:38:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23831 — 16:38:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23832 — 16:38:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23833 — 16:38:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23834 — 16:38:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23835 — 16:38:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23836 — 16:38:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23837 — 16:38:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23838 — 16:38:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23839 — 16:38:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23840 — 16:38:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23841 — 16:38:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23842 — 16:38:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23843 — 16:38:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23844 — 16:38:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23845 — 16:38:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23846 — 16:38:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23847 — 16:38:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23848 — 16:39:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23849 — 16:39:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23850 — 16:39:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23851 — 16:39:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23852 — 16:39:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23853 — 16:39:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23854 — 16:39:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23855 — 16:39:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23856 — 16:39:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23857 — 16:39:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23858 — 16:39:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23859 — 16:39:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23860 — 16:39:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23861 — 16:39:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23862 — 16:39:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23863 — 16:39:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23864 — 16:39:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23865 — 16:39:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23866 — 16:39:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23867 — 16:39:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23868 — 16:39:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23869 — 16:39:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23870 — 16:39:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23871 — 16:39:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23872 — 16:39:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23873 — 16:39:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23874 — 16:39:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #23875 — 16:39:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23876 — 16:39:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23877 — 16:39:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23878 — 16:39:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23879 — 16:39:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23880 — 16:39:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23881 — 16:39:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23882 — 16:39:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23883 — 16:39:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23884 — 16:39:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23885 — 16:39:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23886 — 16:39:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23887 — 16:39:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #23888 — 16:39:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23889 — 16:39:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23890 — 16:39:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23891 — 16:39:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23892 — 16:39:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23893 — 16:39:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23894 — 16:39:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23895 — 16:39:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23896 — 16:39:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23897 — 16:39:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23898 — 16:39:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23899 — 16:39:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23900 — 16:39:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23901 — 16:39:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23902 — 16:39:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23903 — 16:39:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23904 — 16:39:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23905 — 16:39:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23906 — 16:40:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23907 — 16:40:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23908 — 16:40:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23909 — 16:40:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23910 — 16:40:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23911 — 16:40:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23912 — 16:40:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23913 — 16:40:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23914 — 16:40:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23915 — 16:40:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23916 — 16:40:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #23917 — 16:40:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23918 — 16:40:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23919 — 16:40:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23920 — 16:40:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23921 — 16:40:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23922 — 16:40:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23923 — 16:40:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23924 — 16:40:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23925 — 16:40:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #23926 — 16:40:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23927 — 16:40:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23928 — 16:40:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23929 — 16:40:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23930 — 16:40:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23931 — 16:40:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23932 — 16:40:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23933 — 16:40:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23934 — 16:40:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23935 — 16:40:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23936 — 16:40:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23937 — 16:40:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23938 — 16:40:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23939 — 16:40:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23940 — 16:40:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23941 — 16:40:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23942 — 16:40:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23943 — 16:40:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23944 — 16:40:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23945 — 16:40:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23946 — 16:40:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23947 — 16:40:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23948 — 16:40:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23949 — 16:40:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23950 — 16:40:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23951 — 16:40:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23952 — 16:40:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23953 — 16:40:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23954 — 16:40:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23955 — 16:40:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23956 — 16:40:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23957 — 16:40:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23958 — 16:40:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23959 — 16:40:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23960 — 16:40:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23961 — 16:40:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23962 — 16:40:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23963 — 16:40:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23964 — 16:41:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23965 — 16:41:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23966 — 16:41:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23967 — 16:41:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23968 — 16:41:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23969 — 16:41:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #23970 — 16:41:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23971 — 16:41:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23972 — 16:41:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23973 — 16:41:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23974 — 16:41:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23975 — 16:41:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #23976 — 16:41:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23977 — 16:41:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23978 — 16:41:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23979 — 16:41:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23980 — 16:41:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23981 — 16:41:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23982 — 16:41:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23983 — 16:41:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23984 — 16:41:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23985 — 16:41:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23986 — 16:41:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23987 — 16:41:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23988 — 16:41:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23989 — 16:41:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23990 — 16:41:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23991 — 16:41:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23992 — 16:41:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23993 — 16:41:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23994 — 16:41:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23995 — 16:41:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23996 — 16:41:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23997 — 16:41:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23998 — 16:41:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #23999 — 16:41:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24000 — 16:41:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24001 — 16:41:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24002 — 16:41:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24003 — 16:41:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24004 — 16:41:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24005 — 16:41:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24006 — 16:41:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24007 — 16:41:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24008 — 16:41:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24009 — 16:41:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24010 — 16:41:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24011 — 16:41:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24012 — 16:41:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24013 — 16:41:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24014 — 16:41:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24015 — 16:41:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24016 — 16:41:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24017 — 16:41:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24018 — 16:41:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24019 — 16:41:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24020 — 16:41:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24021 — 16:41:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24022 — 16:42:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24023 — 16:42:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24024 — 16:42:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24025 — 16:42:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24026 — 16:42:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24027 — 16:42:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24028 — 16:42:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24029 — 16:42:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24030 — 16:42:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24031 — 16:42:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24032 — 16:42:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24033 — 16:42:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24034 — 16:42:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24035 — 16:42:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24036 — 16:42:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24037 — 16:42:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24038 — 16:42:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24039 — 16:42:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24040 — 16:42:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24041 — 16:42:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24042 — 16:42:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24043 — 16:42:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24044 — 16:42:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24045 — 16:42:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24046 — 16:42:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24047 — 16:42:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24048 — 16:42:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24049 — 16:42:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24050 — 16:42:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24051 — 16:42:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24052 — 16:42:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24053 — 16:42:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24054 — 16:42:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24055 — 16:42:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24056 — 16:42:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24057 — 16:42:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24058 — 16:42:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24059 — 16:42:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24060 — 16:42:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24061 — 16:42:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24062 — 16:42:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24063 — 16:42:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24064 — 16:42:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24065 — 16:42:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24066 — 16:42:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24067 — 16:42:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24068 — 16:42:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24069 — 16:42:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24070 — 16:42:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24071 — 16:42:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24072 — 16:42:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24073 — 16:42:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24074 — 16:42:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24075 — 16:42:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24076 — 16:42:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24077 — 16:42:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24078 — 16:42:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24079 — 16:42:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24080 — 16:43:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24081 — 16:43:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24082 — 16:43:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24083 — 16:43:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24084 — 16:43:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24085 — 16:43:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24086 — 16:43:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24087 — 16:43:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24088 — 16:43:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24089 — 16:43:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24090 — 16:43:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24091 — 16:43:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24092 — 16:43:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24093 — 16:43:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24094 — 16:43:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24095 — 16:43:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24096 — 16:43:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24097 — 16:43:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24098 — 16:43:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24099 — 16:43:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24100 — 16:43:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24101 — 16:43:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24102 — 16:43:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24103 — 16:43:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24104 — 16:43:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24105 — 16:43:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24106 — 16:43:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24107 — 16:43:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24108 — 16:43:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24109 — 16:43:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24110 — 16:43:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24111 — 16:43:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24112 — 16:43:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24113 — 16:43:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24114 — 16:43:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24115 — 16:43:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24116 — 16:43:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24117 — 16:43:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24118 — 16:43:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24119 — 16:43:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24120 — 16:43:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24121 — 16:43:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24122 — 16:43:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24123 — 16:43:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24124 — 16:43:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24125 — 16:43:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24126 — 16:43:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24127 — 16:43:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24128 — 16:43:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24129 — 16:43:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24130 — 16:43:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24131 — 16:43:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24132 — 16:43:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24133 — 16:43:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24134 — 16:43:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24135 — 16:43:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24136 — 16:43:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24137 — 16:43:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24138 — 16:44:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24139 — 16:44:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24140 — 16:44:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24141 — 16:44:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24142 — 16:44:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24143 — 16:44:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24144 — 16:44:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24145 — 16:44:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24146 — 16:44:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24147 — 16:44:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24148 — 16:44:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24149 — 16:44:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24150 — 16:44:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24151 — 16:44:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24152 — 16:44:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24153 — 16:44:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24154 — 16:44:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24155 — 16:44:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24156 — 16:44:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24157 — 16:44:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24158 — 16:44:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24159 — 16:44:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24160 — 16:44:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24161 — 16:44:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24162 — 16:44:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24163 — 16:44:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24164 — 16:44:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24165 — 16:44:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24166 — 16:44:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24167 — 16:44:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24168 — 16:44:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24169 — 16:44:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24170 — 16:44:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24171 — 16:44:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24172 — 16:44:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24173 — 16:44:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24174 — 16:44:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24175 — 16:44:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24176 — 16:44:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24177 — 16:44:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24178 — 16:44:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24179 — 16:44:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24180 — 16:44:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24181 — 16:44:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24182 — 16:44:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24183 — 16:44:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24184 — 16:44:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24185 — 16:44:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24186 — 16:44:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24187 — 16:44:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24188 — 16:44:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24189 — 16:44:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24190 — 16:44:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24191 — 16:44:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24192 — 16:44:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24193 — 16:44:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24194 — 16:44:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24195 — 16:44:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24196 — 16:45:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24197 — 16:45:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24198 — 16:45:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24199 — 16:45:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24200 — 16:45:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24201 — 16:45:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24202 — 16:45:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24203 — 16:45:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24204 — 16:45:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24205 — 16:45:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24206 — 16:45:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24207 — 16:45:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24208 — 16:45:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24209 — 16:45:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24210 — 16:45:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24211 — 16:45:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24212 — 16:45:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24213 — 16:45:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24214 — 16:45:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24215 — 16:45:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24216 — 16:45:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24217 — 16:45:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24218 — 16:45:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24219 — 16:45:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24220 — 16:45:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24221 — 16:45:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24222 — 16:45:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24223 — 16:45:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24224 — 16:45:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24225 — 16:45:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24226 — 16:45:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24227 — 16:45:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24228 — 16:45:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24229 — 16:45:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24230 — 16:45:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24231 — 16:45:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24232 — 16:45:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24233 — 16:45:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24234 — 16:45:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24235 — 16:45:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24236 — 16:45:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24237 — 16:45:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24238 — 16:45:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24239 — 16:45:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24240 — 16:45:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24241 — 16:45:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24242 — 16:45:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24243 — 16:45:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24244 — 16:45:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24245 — 16:45:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24246 — 16:45:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24247 — 16:45:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24248 — 16:45:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24249 — 16:45:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24250 — 16:45:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24251 — 16:45:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24252 — 16:45:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24253 — 16:45:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24254 — 16:46:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24255 — 16:46:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24256 — 16:46:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24257 — 16:46:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24258 — 16:46:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24259 — 16:46:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24260 — 16:46:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24261 — 16:46:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24262 — 16:46:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24263 — 16:46:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24264 — 16:46:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24265 — 16:46:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24266 — 16:46:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24267 — 16:46:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24268 — 16:46:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24269 — 16:46:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24270 — 16:46:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24271 — 16:46:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24272 — 16:46:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24273 — 16:46:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24274 — 16:46:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24275 — 16:46:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24276 — 16:46:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24277 — 16:46:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24278 — 16:46:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24279 — 16:46:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24280 — 16:46:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24281 — 16:46:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24282 — 16:46:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24283 — 16:46:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24284 — 16:46:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24285 — 16:46:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24286 — 16:46:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24287 — 16:46:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24288 — 16:46:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24289 — 16:46:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24290 — 16:46:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24291 — 16:46:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24292 — 16:46:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24293 — 16:46:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24294 — 16:46:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24295 — 16:46:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24296 — 16:46:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24297 — 16:46:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24298 — 16:46:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24299 — 16:46:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24300 — 16:46:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24301 — 16:46:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24302 — 16:46:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24303 — 16:46:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24304 — 16:46:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24305 — 16:46:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24306 — 16:46:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24307 — 16:46:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24308 — 16:46:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24309 — 16:46:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24310 — 16:46:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24311 — 16:46:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24312 — 16:47:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24313 — 16:47:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24314 — 16:47:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24315 — 16:47:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24316 — 16:47:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24317 — 16:47:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24318 — 16:47:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24319 — 16:47:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24320 — 16:47:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24321 — 16:47:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24322 — 16:47:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24323 — 16:47:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24324 — 16:47:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24325 — 16:47:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24326 — 16:47:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24327 — 16:47:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24328 — 16:47:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24329 — 16:47:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24330 — 16:47:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24331 — 16:47:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24332 — 16:47:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24333 — 16:47:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24334 — 16:47:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24335 — 16:47:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24336 — 16:47:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24337 — 16:47:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24338 — 16:47:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24339 — 16:47:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24340 — 16:47:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24341 — 16:47:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24342 — 16:47:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24343 — 16:47:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24344 — 16:47:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24345 — 16:47:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24346 — 16:47:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24347 — 16:47:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24348 — 16:47:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24349 — 16:47:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24350 — 16:47:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24351 — 16:47:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24352 — 16:47:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24353 — 16:47:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24354 — 16:47:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24355 — 16:47:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24356 — 16:47:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24357 — 16:47:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24358 — 16:47:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24359 — 16:47:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24360 — 16:47:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24361 — 16:47:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24362 — 16:47:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24363 — 16:47:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24364 — 16:47:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24365 — 16:47:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24366 — 16:47:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24367 — 16:47:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24368 — 16:47:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24369 — 16:47:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24370 — 16:48:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24371 — 16:48:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24372 — 16:48:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24373 — 16:48:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24374 — 16:48:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24375 — 16:48:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24376 — 16:48:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24377 — 16:48:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24378 — 16:48:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24379 — 16:48:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24380 — 16:48:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24381 — 16:48:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24382 — 16:48:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24383 — 16:48:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24384 — 16:48:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24385 — 16:48:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24386 — 16:48:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24387 — 16:48:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24388 — 16:48:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24389 — 16:48:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24390 — 16:48:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24391 — 16:48:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24392 — 16:48:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24393 — 16:48:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24394 — 16:48:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24395 — 16:48:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24396 — 16:48:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24397 — 16:48:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24398 — 16:48:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24399 — 16:48:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24400 — 16:48:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24401 — 16:48:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24402 — 16:48:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24403 — 16:48:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24404 — 16:48:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24405 — 16:48:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24406 — 16:48:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24407 — 16:48:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24408 — 16:48:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24409 — 16:48:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24410 — 16:48:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24411 — 16:48:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24412 — 16:48:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24413 — 16:48:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24414 — 16:48:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24415 — 16:48:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24416 — 16:48:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24417 — 16:48:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24418 — 16:48:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24419 — 16:48:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24420 — 16:48:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24421 — 16:48:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24422 — 16:48:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24423 — 16:48:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24424 — 16:48:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24425 — 16:48:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24426 — 16:48:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24427 — 16:48:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24428 — 16:49:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24429 — 16:49:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24430 — 16:49:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24431 — 16:49:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24432 — 16:49:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24433 — 16:49:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24434 — 16:49:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24435 — 16:49:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24436 — 16:49:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24437 — 16:49:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24438 — 16:49:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24439 — 16:49:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24440 — 16:49:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24441 — 16:49:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24442 — 16:49:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24443 — 16:49:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24444 — 16:49:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24445 — 16:49:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24446 — 16:49:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24447 — 16:49:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24448 — 16:49:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24449 — 16:49:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24450 — 16:49:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24451 — 16:49:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24452 — 16:49:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24453 — 16:49:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24454 — 16:49:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24455 — 16:49:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24456 — 16:49:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24457 — 16:49:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24458 — 16:49:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24459 — 16:49:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24460 — 16:49:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24461 — 16:49:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24462 — 16:49:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24463 — 16:49:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24464 — 16:49:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24465 — 16:49:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24466 — 16:49:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24467 — 16:49:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24468 — 16:49:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24469 — 16:49:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24470 — 16:49:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24471 — 16:49:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24472 — 16:49:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24473 — 16:49:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24474 — 16:49:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24475 — 16:49:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24476 — 16:49:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24477 — 16:49:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24478 — 16:49:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24479 — 16:49:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24480 — 16:49:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24481 — 16:49:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24482 — 16:49:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24483 — 16:49:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24484 — 16:49:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24485 — 16:50:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24486 — 16:50:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24487 — 16:50:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24488 — 16:50:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24489 — 16:50:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24490 — 16:50:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24491 — 16:50:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24492 — 16:50:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24493 — 16:50:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24494 — 16:50:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24495 — 16:50:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24496 — 16:50:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24497 — 16:50:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24498 — 16:50:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24499 — 16:50:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24500 — 16:50:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24501 — 16:50:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24502 — 16:50:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24503 — 16:50:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24504 — 16:50:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24505 — 16:50:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24506 — 16:50:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24507 — 16:50:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24508 — 16:50:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24509 — 16:50:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24510 — 16:50:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24511 — 16:50:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24512 — 16:50:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24513 — 16:50:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24514 — 16:50:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24515 — 16:50:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24516 — 16:50:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24517 — 16:50:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24518 — 16:50:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24519 — 16:50:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #24520 — 16:50:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24521 — 16:50:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24522 — 16:50:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24523 — 16:50:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24524 — 16:50:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24525 — 16:50:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24526 — 16:50:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24527 — 16:50:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24528 — 16:50:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #24529 — 16:50:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24530 — 16:50:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24531 — 16:50:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24532 — 16:50:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24533 — 16:50:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24534 — 16:50:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24535 — 16:50:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24536 — 16:50:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24537 — 16:50:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24538 — 16:50:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24539 — 16:50:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24540 — 16:50:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24541 — 16:50:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24542 — 16:50:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24543 — 16:51:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24544 — 16:51:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24545 — 16:51:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24546 — 16:51:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24547 — 16:51:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24548 — 16:51:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24549 — 16:51:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24550 — 16:51:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24551 — 16:51:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24552 — 16:51:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24553 — 16:51:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24554 — 16:51:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24555 — 16:51:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24556 — 16:51:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24557 — 16:51:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24558 — 16:51:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24559 — 16:51:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24560 — 16:51:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24561 — 16:51:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24562 — 16:51:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24563 — 16:51:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24564 — 16:51:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24565 — 16:51:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24566 — 16:51:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24567 — 16:51:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24568 — 16:51:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24569 — 16:51:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24570 — 16:51:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24571 — 16:51:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24572 — 16:51:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24573 — 16:51:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24574 — 16:51:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24575 — 16:51:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24576 — 16:51:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24577 — 16:51:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24578 — 16:51:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24579 — 16:51:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24580 — 16:51:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24581 — 16:51:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24582 — 16:51:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24583 — 16:51:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24584 — 16:51:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24585 — 16:51:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24586 — 16:51:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24587 — 16:51:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24588 — 16:51:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24589 — 16:51:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24590 — 16:51:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24591 — 16:51:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24592 — 16:51:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #24593 — 16:51:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24594 — 16:51:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24595 — 16:51:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24596 — 16:51:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24597 — 16:51:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24598 — 16:51:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24599 — 16:51:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24600 — 16:51:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24601 — 16:51:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24602 — 16:52:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24603 — 16:52:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24604 — 16:52:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24605 — 16:52:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24606 — 16:52:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24607 — 16:52:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24608 — 16:52:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24609 — 16:52:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24610 — 16:52:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24611 — 16:52:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24612 — 16:52:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24613 — 16:52:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24614 — 16:52:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24615 — 16:52:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24616 — 16:52:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24617 — 16:52:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24618 — 16:52:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24619 — 16:52:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24620 — 16:52:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24621 — 16:52:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24622 — 16:52:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24623 — 16:52:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24624 — 16:52:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24625 — 16:52:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24626 — 16:52:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24627 — 16:52:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24628 — 16:52:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24629 — 16:52:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24630 — 16:52:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24631 — 16:52:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24632 — 16:52:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24633 — 16:52:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24634 — 16:52:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24635 — 16:52:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24636 — 16:52:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24637 — 16:52:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24638 — 16:52:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24639 — 16:52:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24640 — 16:52:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24641 — 16:52:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24642 — 16:52:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24643 — 16:52:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24644 — 16:52:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24645 — 16:52:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24646 — 16:52:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24647 — 16:52:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24648 — 16:52:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24649 — 16:52:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24650 — 16:52:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24651 — 16:52:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24652 — 16:52:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24653 — 16:52:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24654 — 16:52:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24655 — 16:52:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24656 — 16:52:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24657 — 16:52:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24658 — 16:52:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24659 — 16:52:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24660 — 16:53:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24661 — 16:53:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24662 — 16:53:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24663 — 16:53:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24664 — 16:53:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24665 — 16:53:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24666 — 16:53:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24667 — 16:53:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24668 — 16:53:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24669 — 16:53:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24670 — 16:53:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24671 — 16:53:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24672 — 16:53:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24673 — 16:53:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24674 — 16:53:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24675 — 16:53:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24676 — 16:53:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24677 — 16:53:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24678 — 16:53:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24679 — 16:53:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24680 — 16:53:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24681 — 16:53:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24682 — 16:53:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24683 — 16:53:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24684 — 16:53:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24685 — 16:53:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24686 — 16:53:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24687 — 16:53:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24688 — 16:53:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24689 — 16:53:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24690 — 16:53:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24691 — 16:53:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24692 — 16:53:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24693 — 16:53:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24694 — 16:53:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24695 — 16:53:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24696 — 16:53:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24697 — 16:53:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24698 — 16:53:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24699 — 16:53:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24700 — 16:53:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24701 — 16:53:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24702 — 16:53:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24703 — 16:53:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24704 — 16:53:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24705 — 16:53:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24706 — 16:53:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24707 — 16:53:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24708 — 16:53:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24709 — 16:53:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24710 — 16:53:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24711 — 16:53:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24712 — 16:53:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24713 — 16:53:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24714 — 16:53:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24715 — 16:53:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24716 — 16:53:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24717 — 16:53:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24718 — 16:54:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24719 — 16:54:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24720 — 16:54:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24721 — 16:54:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24722 — 16:54:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24723 — 16:54:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24724 — 16:54:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24725 — 16:54:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24726 — 16:54:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24727 — 16:54:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24728 — 16:54:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24729 — 16:54:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #24730 — 16:54:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24731 — 16:54:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24732 — 16:54:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24733 — 16:54:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24734 — 16:54:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24735 — 16:54:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24736 — 16:54:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24737 — 16:54:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24738 — 16:54:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24739 — 16:54:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24740 — 16:54:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24741 — 16:54:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24742 — 16:54:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24743 — 16:54:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24744 — 16:54:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24745 — 16:54:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24746 — 16:54:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24747 — 16:54:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24748 — 16:54:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24749 — 16:54:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24750 — 16:54:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24751 — 16:54:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24752 — 16:54:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24753 — 16:54:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24754 — 16:54:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24755 — 16:54:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24756 — 16:54:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24757 — 16:54:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24758 — 16:54:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24759 — 16:54:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24760 — 16:54:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24761 — 16:54:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24762 — 16:54:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24763 — 16:54:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24764 — 16:54:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24765 — 16:54:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #24766 — 16:54:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24767 — 16:54:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24768 — 16:54:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24769 — 16:54:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24770 — 16:54:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24771 — 16:54:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24772 — 16:54:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24773 — 16:54:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24774 — 16:54:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24775 — 16:54:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24776 — 16:55:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24777 — 16:55:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24778 — 16:55:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24779 — 16:55:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24780 — 16:55:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24781 — 16:55:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24782 — 16:55:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24783 — 16:55:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24784 — 16:55:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24785 — 16:55:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24786 — 16:55:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24787 — 16:55:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24788 — 16:55:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24789 — 16:55:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24790 — 16:55:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24791 — 16:55:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24792 — 16:55:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24793 — 16:55:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24794 — 16:55:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24795 — 16:55:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24796 — 16:55:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24797 — 16:55:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24798 — 16:55:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24799 — 16:55:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24800 — 16:55:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24801 — 16:55:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24802 — 16:55:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24803 — 16:55:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #24804 — 16:55:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24805 — 16:55:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24806 — 16:55:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24807 — 16:55:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24808 — 16:55:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24809 — 16:55:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24810 — 16:55:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24811 — 16:55:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24812 — 16:55:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24813 — 16:55:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24814 — 16:55:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24815 — 16:55:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24816 — 16:55:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24817 — 16:55:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24818 — 16:55:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24819 — 16:55:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24820 — 16:55:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24821 — 16:55:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24822 — 16:55:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24823 — 16:55:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24824 — 16:55:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24825 — 16:55:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24826 — 16:55:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24827 — 16:55:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24828 — 16:55:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24829 — 16:55:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24830 — 16:55:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24831 — 16:55:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24832 — 16:55:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24833 — 16:55:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24834 — 16:56:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24835 — 16:56:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24836 — 16:56:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24837 — 16:56:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24838 — 16:56:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24839 — 16:56:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24840 — 16:56:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24841 — 16:56:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24842 — 16:56:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24843 — 16:56:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24844 — 16:56:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24845 — 16:56:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24846 — 16:56:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24847 — 16:56:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24848 — 16:56:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24849 — 16:56:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24850 — 16:56:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24851 — 16:56:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24852 — 16:56:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24853 — 16:56:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24854 — 16:56:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24855 — 16:56:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24856 — 16:56:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24857 — 16:56:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24858 — 16:56:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24859 — 16:56:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24860 — 16:56:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24861 — 16:56:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24862 — 16:56:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24863 — 16:56:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24864 — 16:56:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24865 — 16:56:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24866 — 16:56:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24867 — 16:56:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24868 — 16:56:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24869 — 16:56:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24870 — 16:56:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24871 — 16:56:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24872 — 16:56:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24873 — 16:56:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24874 — 16:56:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24875 — 16:56:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24876 — 16:56:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24877 — 16:56:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24878 — 16:56:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24879 — 16:56:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24880 — 16:56:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24881 — 16:56:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24882 — 16:56:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24883 — 16:56:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24884 — 16:56:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24885 — 16:56:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24886 — 16:56:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24887 — 16:56:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24888 — 16:56:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24889 — 16:56:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24890 — 16:56:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24891 — 16:56:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24892 — 16:57:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24893 — 16:57:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24894 — 16:57:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24895 — 16:57:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24896 — 16:57:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24897 — 16:57:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24898 — 16:57:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24899 — 16:57:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24900 — 16:57:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24901 — 16:57:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24902 — 16:57:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24903 — 16:57:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24904 — 16:57:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24905 — 16:57:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24906 — 16:57:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24907 — 16:57:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #24908 — 16:57:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24909 — 16:57:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24910 — 16:57:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24911 — 16:57:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24912 — 16:57:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24913 — 16:57:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24914 — 16:57:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24915 — 16:57:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24916 — 16:57:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #24917 — 16:57:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24918 — 16:57:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24919 — 16:57:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24920 — 16:57:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24921 — 16:57:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24922 — 16:57:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24923 — 16:57:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24924 — 16:57:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24925 — 16:57:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24926 — 16:57:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24927 — 16:57:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24928 — 16:57:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24929 — 16:57:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24930 — 16:57:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24931 — 16:57:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24932 — 16:57:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24933 — 16:57:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24934 — 16:57:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24935 — 16:57:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24936 — 16:57:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24937 — 16:57:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24938 — 16:57:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24939 — 16:57:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24940 — 16:57:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24941 — 16:57:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24942 — 16:57:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24943 — 16:57:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24944 — 16:57:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24945 — 16:57:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24946 — 16:57:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24947 — 16:57:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24948 — 16:57:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24949 — 16:57:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24950 — 16:58:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24951 — 16:58:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24952 — 16:58:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24953 — 16:58:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24954 — 16:58:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24955 — 16:58:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24956 — 16:58:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24957 — 16:58:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24958 — 16:58:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24959 — 16:58:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24960 — 16:58:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24961 — 16:58:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24962 — 16:58:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24963 — 16:58:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #24964 — 16:58:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24965 — 16:58:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24966 — 16:58:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24967 — 16:58:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24968 — 16:58:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24969 — 16:58:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24970 — 16:58:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24971 — 16:58:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24972 — 16:58:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24973 — 16:58:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24974 — 16:58:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24975 — 16:58:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24976 — 16:58:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24977 — 16:58:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24978 — 16:58:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24979 — 16:58:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24980 — 16:58:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24981 — 16:58:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24982 — 16:58:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24983 — 16:58:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24984 — 16:58:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24985 — 16:58:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24986 — 16:58:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24987 — 16:58:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24988 — 16:58:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24989 — 16:58:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24990 — 16:58:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24991 — 16:58:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24992 — 16:58:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24993 — 16:58:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24994 — 16:58:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24995 — 16:58:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24996 — 16:58:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24997 — 16:58:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24998 — 16:58:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #24999 — 16:58:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25000 — 16:58:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25001 — 16:58:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25002 — 16:58:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25003 — 16:58:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25004 — 16:58:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25005 — 16:58:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25006 — 16:58:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25007 — 16:58:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25008 — 16:59:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25009 — 16:59:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25010 — 16:59:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25011 — 16:59:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25012 — 16:59:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25013 — 16:59:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25014 — 16:59:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25015 — 16:59:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25016 — 16:59:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25017 — 16:59:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25018 — 16:59:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25019 — 16:59:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25020 — 16:59:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25021 — 16:59:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25022 — 16:59:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + +[SIM] ⏱️ It #25023 — 16:59:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25024 — 16:59:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25025 — 16:59:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25026 — 16:59:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25027 — 16:59:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25028 — 16:59:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25029 — 16:59:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25030 — 16:59:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25031 — 16:59:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25032 — 16:59:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25033 — 16:59:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25034 — 16:59:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25035 — 16:59:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25036 — 16:59:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25037 — 16:59:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25038 — 16:59:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25039 — 16:59:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25040 — 16:59:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25041 — 16:59:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25042 — 16:59:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25043 — 16:59:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25044 — 16:59:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25045 — 16:59:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25046 — 16:59:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25047 — 16:59:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25048 — 16:59:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25049 — 16:59:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25050 — 16:59:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25051 — 16:59:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25052 — 16:59:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25053 — 16:59:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25054 — 16:59:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25055 — 16:59:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25056 — 16:59:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25057 — 16:59:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25058 — 16:59:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25059 — 16:59:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25060 — 16:59:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25061 — 16:59:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25062 — 16:59:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25063 — 16:59:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25064 — 16:59:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25065 — 17:00:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25066 — 17:00:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25067 — 17:00:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25068 — 17:00:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25069 — 17:00:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25070 — 17:00:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25071 — 17:00:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25072 — 17:00:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25073 — 17:00:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25074 — 17:00:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25075 — 17:00:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25076 — 17:00:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25077 — 17:00:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25078 — 17:00:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25079 — 17:00:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25080 — 17:00:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25081 — 17:00:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25082 — 17:00:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25083 — 17:00:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25084 — 17:00:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25085 — 17:00:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25086 — 17:00:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25087 — 17:00:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25088 — 17:00:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25089 — 17:00:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25090 — 17:00:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25091 — 17:00:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25092 — 17:00:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25093 — 17:00:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25094 — 17:00:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25095 — 17:00:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25096 — 17:00:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25097 — 17:00:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25098 — 17:00:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25099 — 17:00:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25100 — 17:00:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25101 — 17:00:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25102 — 17:00:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25103 — 17:00:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25104 — 17:00:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25105 — 17:00:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25106 — 17:00:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25107 — 17:00:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25108 — 17:00:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25109 — 17:00:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25110 — 17:00:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25111 — 17:00:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25112 — 17:00:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25113 — 17:00:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #25114 — 17:00:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25115 — 17:00:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25116 — 17:00:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25117 — 17:00:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25118 — 17:00:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25119 — 17:00:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25120 — 17:00:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25121 — 17:00:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25122 — 17:00:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25123 — 17:00:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25124 — 17:01:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25125 — 17:01:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25126 — 17:01:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25127 — 17:01:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25128 — 17:01:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25129 — 17:01:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25130 — 17:01:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25131 — 17:01:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25132 — 17:01:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25133 — 17:01:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25134 — 17:01:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25135 — 17:01:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25136 — 17:01:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25137 — 17:01:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25138 — 17:01:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25139 — 17:01:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25140 — 17:01:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25141 — 17:01:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25142 — 17:01:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25143 — 17:01:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25144 — 17:01:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25145 — 17:01:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25146 — 17:01:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25147 — 17:01:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25148 — 17:01:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25149 — 17:01:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25150 — 17:01:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25151 — 17:01:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25152 — 17:01:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25153 — 17:01:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25154 — 17:01:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25155 — 17:01:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25156 — 17:01:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25157 — 17:01:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25158 — 17:01:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25159 — 17:01:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25160 — 17:01:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25161 — 17:01:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25162 — 17:01:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25163 — 17:01:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25164 — 17:01:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25165 — 17:01:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25166 — 17:01:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25167 — 17:01:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25168 — 17:01:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25169 — 17:01:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25170 — 17:01:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25171 — 17:01:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25172 — 17:01:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25173 — 17:01:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25174 — 17:01:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25175 — 17:01:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25176 — 17:01:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25177 — 17:01:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25178 — 17:01:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25179 — 17:01:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25180 — 17:01:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25181 — 17:01:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25182 — 17:02:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25183 — 17:02:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25184 — 17:02:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25185 — 17:02:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25186 — 17:02:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25187 — 17:02:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25188 — 17:02:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25189 — 17:02:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25190 — 17:02:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25191 — 17:02:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25192 — 17:02:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25193 — 17:02:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25194 — 17:02:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25195 — 17:02:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25196 — 17:02:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25197 — 17:02:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25198 — 17:02:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25199 — 17:02:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25200 — 17:02:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25201 — 17:02:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25202 — 17:02:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25203 — 17:02:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25204 — 17:02:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25205 — 17:02:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25206 — 17:02:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25207 — 17:02:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25208 — 17:02:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25209 — 17:02:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25210 — 17:02:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25211 — 17:02:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25212 — 17:02:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25213 — 17:02:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25214 — 17:02:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25215 — 17:02:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25216 — 17:02:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25217 — 17:02:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25218 — 17:02:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25219 — 17:02:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25220 — 17:02:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25221 — 17:02:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25222 — 17:02:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25223 — 17:02:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25224 — 17:02:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25225 — 17:02:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25226 — 17:02:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25227 — 17:02:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25228 — 17:02:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25229 — 17:02:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25230 — 17:02:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25231 — 17:02:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25232 — 17:02:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25233 — 17:02:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25234 — 17:02:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25235 — 17:02:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25236 — 17:02:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25237 — 17:02:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25238 — 17:02:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25239 — 17:02:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25240 — 17:03:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25241 — 17:03:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25242 — 17:03:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25243 — 17:03:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25244 — 17:03:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25245 — 17:03:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25246 — 17:03:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25247 — 17:03:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25248 — 17:03:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25249 — 17:03:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25250 — 17:03:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25251 — 17:03:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25252 — 17:03:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25253 — 17:03:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25254 — 17:03:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25255 — 17:03:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25256 — 17:03:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25257 — 17:03:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25258 — 17:03:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25259 — 17:03:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25260 — 17:03:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25261 — 17:03:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25262 — 17:03:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25263 — 17:03:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25264 — 17:03:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25265 — 17:03:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25266 — 17:03:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25267 — 17:03:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25268 — 17:03:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25269 — 17:03:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25270 — 17:03:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25271 — 17:03:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25272 — 17:03:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25273 — 17:03:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25274 — 17:03:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25275 — 17:03:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25276 — 17:03:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25277 — 17:03:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25278 — 17:03:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25279 — 17:03:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25280 — 17:03:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25281 — 17:03:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25282 — 17:03:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25283 — 17:03:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25284 — 17:03:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25285 — 17:03:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25286 — 17:03:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25287 — 17:03:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25288 — 17:03:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25289 — 17:03:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25290 — 17:03:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25291 — 17:03:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25292 — 17:03:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25293 — 17:03:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25294 — 17:03:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25295 — 17:03:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25296 — 17:03:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25297 — 17:03:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25298 — 17:04:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25299 — 17:04:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25300 — 17:04:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25301 — 17:04:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25302 — 17:04:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25303 — 17:04:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25304 — 17:04:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25305 — 17:04:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25306 — 17:04:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25307 — 17:04:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25308 — 17:04:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25309 — 17:04:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25310 — 17:04:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25311 — 17:04:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25312 — 17:04:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25313 — 17:04:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25314 — 17:04:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25315 — 17:04:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25316 — 17:04:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25317 — 17:04:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25318 — 17:04:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25319 — 17:04:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25320 — 17:04:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25321 — 17:04:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25322 — 17:04:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25323 — 17:04:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25324 — 17:04:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25325 — 17:04:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25326 — 17:04:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25327 — 17:04:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25328 — 17:04:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25329 — 17:04:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25330 — 17:04:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25331 — 17:04:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25332 — 17:04:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25333 — 17:04:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25334 — 17:04:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25335 — 17:04:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25336 — 17:04:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25337 — 17:04:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25338 — 17:04:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25339 — 17:04:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25340 — 17:04:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25341 — 17:04:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25342 — 17:04:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25343 — 17:04:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25344 — 17:04:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25345 — 17:04:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25346 — 17:04:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25347 — 17:04:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25348 — 17:04:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25349 — 17:04:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25350 — 17:04:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25351 — 17:04:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25352 — 17:04:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25353 — 17:04:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25354 — 17:04:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25355 — 17:04:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25356 — 17:04:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25357 — 17:05:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25358 — 17:05:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25359 — 17:05:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25360 — 17:05:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25361 — 17:05:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25362 — 17:05:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25363 — 17:05:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25364 — 17:05:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25365 — 17:05:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25366 — 17:05:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25367 — 17:05:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25368 — 17:05:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25369 — 17:05:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25370 — 17:05:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25371 — 17:05:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25372 — 17:05:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25373 — 17:05:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25374 — 17:05:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25375 — 17:05:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25376 — 17:05:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25377 — 17:05:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25378 — 17:05:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25379 — 17:05:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #25380 — 17:05:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25381 — 17:05:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25382 — 17:05:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25383 — 17:05:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25384 — 17:05:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25385 — 17:05:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25386 — 17:05:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25387 — 17:05:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25388 — 17:05:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25389 — 17:05:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25390 — 17:05:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25391 — 17:05:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25392 — 17:05:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25393 — 17:05:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25394 — 17:05:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25395 — 17:05:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25396 — 17:05:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25397 — 17:05:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25398 — 17:05:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25399 — 17:05:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25400 — 17:05:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25401 — 17:05:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25402 — 17:05:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25403 — 17:05:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25404 — 17:05:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25405 — 17:05:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25406 — 17:05:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25407 — 17:05:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25408 — 17:05:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25409 — 17:05:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25410 — 17:05:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25411 — 17:05:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25412 — 17:05:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25413 — 17:05:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25414 — 17:05:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25415 — 17:06:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25416 — 17:06:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25417 — 17:06:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25418 — 17:06:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25419 — 17:06:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25420 — 17:06:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25421 — 17:06:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25422 — 17:06:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25423 — 17:06:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25424 — 17:06:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25425 — 17:06:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25426 — 17:06:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25427 — 17:06:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25428 — 17:06:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25429 — 17:06:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25430 — 17:06:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25431 — 17:06:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25432 — 17:06:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #25433 — 17:06:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25434 — 17:06:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25435 — 17:06:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25436 — 17:06:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25437 — 17:06:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25438 — 17:06:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25439 — 17:06:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25440 — 17:06:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25441 — 17:06:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25442 — 17:06:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25443 — 17:06:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25444 — 17:06:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25445 — 17:06:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25446 — 17:06:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25447 — 17:06:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25448 — 17:06:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25449 — 17:06:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25450 — 17:06:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25451 — 17:06:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25452 — 17:06:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #25453 — 17:06:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25454 — 17:06:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25455 — 17:06:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25456 — 17:06:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25457 — 17:06:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25458 — 17:06:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25459 — 17:06:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25460 — 17:06:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25461 — 17:06:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25462 — 17:06:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25463 — 17:06:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25464 — 17:06:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25465 — 17:06:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25466 — 17:06:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25467 — 17:06:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25468 — 17:06:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25469 — 17:06:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25470 — 17:06:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25471 — 17:06:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25472 — 17:06:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25473 — 17:06:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25474 — 17:07:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25475 — 17:07:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25476 — 17:07:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25477 — 17:07:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25478 — 17:07:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25479 — 17:07:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25480 — 17:07:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25481 — 17:07:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25482 — 17:07:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25483 — 17:07:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25484 — 17:07:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #25485 — 17:07:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25486 — 17:07:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25487 — 17:07:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25488 — 17:07:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25489 — 17:07:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25490 — 17:07:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25491 — 17:07:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25492 — 17:07:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #25493 — 17:07:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25494 — 17:07:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25495 — 17:07:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25496 — 17:07:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25497 — 17:07:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25498 — 17:07:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25499 — 17:07:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25500 — 17:07:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25501 — 17:07:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25502 — 17:07:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25503 — 17:07:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25504 — 17:07:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25505 — 17:07:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25506 — 17:07:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25507 — 17:07:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25508 — 17:07:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25509 — 17:07:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25510 — 17:07:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25511 — 17:07:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25512 — 17:07:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25513 — 17:07:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25514 — 17:07:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25515 — 17:07:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25516 — 17:07:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25517 — 17:07:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25518 — 17:07:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25519 — 17:07:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25520 — 17:07:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25521 — 17:07:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25522 — 17:07:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25523 — 17:07:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25524 — 17:07:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25525 — 17:07:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25526 — 17:07:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25527 — 17:07:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25528 — 17:07:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25529 — 17:07:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25530 — 17:07:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25531 — 17:07:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25532 — 17:08:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25533 — 17:08:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25534 — 17:08:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25535 — 17:08:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25536 — 17:08:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25537 — 17:08:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25538 — 17:08:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25539 — 17:08:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25540 — 17:08:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25541 — 17:08:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25542 — 17:08:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25543 — 17:08:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25544 — 17:08:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25545 — 17:08:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25546 — 17:08:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25547 — 17:08:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25548 — 17:08:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25549 — 17:08:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25550 — 17:08:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25551 — 17:08:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25552 — 17:08:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25553 — 17:08:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25554 — 17:08:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25555 — 17:08:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25556 — 17:08:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25557 — 17:08:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25558 — 17:08:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25559 — 17:08:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25560 — 17:08:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25561 — 17:08:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25562 — 17:08:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25563 — 17:08:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25564 — 17:08:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25565 — 17:08:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25566 — 17:08:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25567 — 17:08:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25568 — 17:08:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25569 — 17:08:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25570 — 17:08:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25571 — 17:08:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25572 — 17:08:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25573 — 17:08:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25574 — 17:08:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25575 — 17:08:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25576 — 17:08:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25577 — 17:08:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25578 — 17:08:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25579 — 17:08:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25580 — 17:08:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25581 — 17:08:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25582 — 17:08:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25583 — 17:08:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25584 — 17:08:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25585 — 17:08:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25586 — 17:08:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25587 — 17:08:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25588 — 17:08:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25589 — 17:08:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25590 — 17:08:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25591 — 17:09:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25592 — 17:09:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25593 — 17:09:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #25594 — 17:09:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25595 — 17:09:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25596 — 17:09:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25597 — 17:09:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25598 — 17:09:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25599 — 17:09:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25600 — 17:09:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25601 — 17:09:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25602 — 17:09:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25603 — 17:09:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25604 — 17:09:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25605 — 17:09:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25606 — 17:09:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25607 — 17:09:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25608 — 17:09:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25609 — 17:09:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25610 — 17:09:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25611 — 17:09:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25612 — 17:09:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25613 — 17:09:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25614 — 17:09:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25615 — 17:09:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25616 — 17:09:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25617 — 17:09:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25618 — 17:09:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25619 — 17:09:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25620 — 17:09:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25621 — 17:09:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25622 — 17:09:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25623 — 17:09:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25624 — 17:09:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25625 — 17:09:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25626 — 17:09:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25627 — 17:09:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25628 — 17:09:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25629 — 17:09:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25630 — 17:09:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25631 — 17:09:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25632 — 17:09:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25633 — 17:09:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25634 — 17:09:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25635 — 17:09:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25636 — 17:09:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25637 — 17:09:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25638 — 17:09:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25639 — 17:09:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25640 — 17:09:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25641 — 17:09:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25642 — 17:09:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #25643 — 17:09:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25644 — 17:09:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25645 — 17:09:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25646 — 17:09:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25647 — 17:09:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25648 — 17:09:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25649 — 17:10:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25650 — 17:10:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25651 — 17:10:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25652 — 17:10:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25653 — 17:10:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25654 — 17:10:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25655 — 17:10:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25656 — 17:10:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25657 — 17:10:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25658 — 17:10:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25659 — 17:10:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25660 — 17:10:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25661 — 17:10:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25662 — 17:10:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25663 — 17:10:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25664 — 17:10:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25665 — 17:10:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25666 — 17:10:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25667 — 17:10:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25668 — 17:10:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25669 — 17:10:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25670 — 17:10:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25671 — 17:10:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25672 — 17:10:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25673 — 17:10:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25674 — 17:10:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25675 — 17:10:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25676 — 17:10:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25677 — 17:10:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25678 — 17:10:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25679 — 17:10:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25680 — 17:10:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25681 — 17:10:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25682 — 17:10:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25683 — 17:10:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25684 — 17:10:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25685 — 17:10:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25686 — 17:10:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25687 — 17:10:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25688 — 17:10:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25689 — 17:10:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25690 — 17:10:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25691 — 17:10:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25692 — 17:10:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25693 — 17:10:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25694 — 17:10:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25695 — 17:10:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25696 — 17:10:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25697 — 17:10:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25698 — 17:10:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25699 — 17:10:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25700 — 17:10:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25701 — 17:10:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25702 — 17:10:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25703 — 17:10:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25704 — 17:10:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25705 — 17:10:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25706 — 17:10:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25707 — 17:11:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25708 — 17:11:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25709 — 17:11:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25710 — 17:11:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25711 — 17:11:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #25712 — 17:11:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25713 — 17:11:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25714 — 17:11:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25715 — 17:11:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25716 — 17:11:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25717 — 17:11:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25718 — 17:11:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25719 — 17:11:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25720 — 17:11:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25721 — 17:11:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25722 — 17:11:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25723 — 17:11:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25724 — 17:11:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25725 — 17:11:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25726 — 17:11:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25727 — 17:11:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25728 — 17:11:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25729 — 17:11:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25730 — 17:11:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25731 — 17:11:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25732 — 17:11:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25733 — 17:11:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25734 — 17:11:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25735 — 17:11:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25736 — 17:11:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25737 — 17:11:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25738 — 17:11:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25739 — 17:11:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25740 — 17:11:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25741 — 17:11:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25742 — 17:11:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25743 — 17:11:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25744 — 17:11:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25745 — 17:11:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25746 — 17:11:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25747 — 17:11:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #25748 — 17:11:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25749 — 17:11:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25750 — 17:11:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25751 — 17:11:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25752 — 17:11:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25753 — 17:11:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25754 — 17:11:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25755 — 17:11:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25756 — 17:11:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25757 — 17:11:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25758 — 17:11:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25759 — 17:11:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25760 — 17:11:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25761 — 17:11:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25762 — 17:11:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25763 — 17:11:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25764 — 17:11:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25765 — 17:12:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25766 — 17:12:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25767 — 17:12:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25768 — 17:12:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25769 — 17:12:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25770 — 17:12:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25771 — 17:12:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25772 — 17:12:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25773 — 17:12:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25774 — 17:12:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #25775 — 17:12:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25776 — 17:12:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25777 — 17:12:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25778 — 17:12:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25779 — 17:12:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25780 — 17:12:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25781 — 17:12:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25782 — 17:12:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25783 — 17:12:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25784 — 17:12:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25785 — 17:12:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25786 — 17:12:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25787 — 17:12:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25788 — 17:12:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25789 — 17:12:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25790 — 17:12:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25791 — 17:12:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25792 — 17:12:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25793 — 17:12:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25794 — 17:12:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25795 — 17:12:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25796 — 17:12:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25797 — 17:12:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25798 — 17:12:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25799 — 17:12:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25800 — 17:12:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25801 — 17:12:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25802 — 17:12:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25803 — 17:12:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25804 — 17:12:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25805 — 17:12:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25806 — 17:12:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25807 — 17:12:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25808 — 17:12:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25809 — 17:12:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25810 — 17:12:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25811 — 17:12:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25812 — 17:12:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25813 — 17:12:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25814 — 17:12:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25815 — 17:12:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25816 — 17:12:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25817 — 17:12:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25818 — 17:12:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25819 — 17:12:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25820 — 17:12:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25821 — 17:12:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25822 — 17:12:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25823 — 17:12:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25824 — 17:13:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25825 — 17:13:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25826 — 17:13:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25827 — 17:13:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25828 — 17:13:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25829 — 17:13:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #25830 — 17:13:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25831 — 17:13:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25832 — 17:13:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25833 — 17:13:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25834 — 17:13:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25835 — 17:13:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25836 — 17:13:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25837 — 17:13:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25838 — 17:13:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25839 — 17:13:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25840 — 17:13:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25841 — 17:13:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25842 — 17:13:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25843 — 17:13:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25844 — 17:13:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25845 — 17:13:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25846 — 17:13:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25847 — 17:13:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25848 — 17:13:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25849 — 17:13:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25850 — 17:13:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25851 — 17:13:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25852 — 17:13:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25853 — 17:13:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25854 — 17:13:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25855 — 17:13:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25856 — 17:13:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25857 — 17:13:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25858 — 17:13:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25859 — 17:13:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25860 — 17:13:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25861 — 17:13:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25862 — 17:13:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25863 — 17:13:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25864 — 17:13:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25865 — 17:13:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25866 — 17:13:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25867 — 17:13:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25868 — 17:13:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25869 — 17:13:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25870 — 17:13:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25871 — 17:13:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25872 — 17:13:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25873 — 17:13:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25874 — 17:13:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25875 — 17:13:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25876 — 17:13:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25877 — 17:13:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25878 — 17:13:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25879 — 17:13:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25880 — 17:13:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25881 — 17:13:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25882 — 17:14:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25883 — 17:14:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25884 — 17:14:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25885 — 17:14:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25886 — 17:14:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25887 — 17:14:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25888 — 17:14:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #25889 — 17:14:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25890 — 17:14:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25891 — 17:14:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25892 — 17:14:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25893 — 17:14:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25894 — 17:14:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25895 — 17:14:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25896 — 17:14:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25897 — 17:14:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25898 — 17:14:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25899 — 17:14:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25900 — 17:14:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25901 — 17:14:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25902 — 17:14:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25903 — 17:14:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25904 — 17:14:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25905 — 17:14:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25906 — 17:14:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25907 — 17:14:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25908 — 17:14:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25909 — 17:14:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25910 — 17:14:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25911 — 17:14:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25912 — 17:14:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25913 — 17:14:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25914 — 17:14:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25915 — 17:14:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25916 — 17:14:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25917 — 17:14:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25918 — 17:14:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25919 — 17:14:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25920 — 17:14:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25921 — 17:14:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25922 — 17:14:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25923 — 17:14:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25924 — 17:14:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25925 — 17:14:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25926 — 17:14:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25927 — 17:14:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25928 — 17:14:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25929 — 17:14:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25930 — 17:14:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25931 — 17:14:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25932 — 17:14:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25933 — 17:14:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25934 — 17:14:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25935 — 17:14:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25936 — 17:14:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25937 — 17:14:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25938 — 17:14:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25939 — 17:14:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25940 — 17:14:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25941 — 17:15:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25942 — 17:15:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25943 — 17:15:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25944 — 17:15:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25945 — 17:15:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25946 — 17:15:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25947 — 17:15:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25948 — 17:15:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25949 — 17:15:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25950 — 17:15:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25951 — 17:15:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25952 — 17:15:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25953 — 17:15:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25954 — 17:15:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25955 — 17:15:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25956 — 17:15:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25957 — 17:15:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25958 — 17:15:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25959 — 17:15:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25960 — 17:15:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25961 — 17:15:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25962 — 17:15:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25963 — 17:15:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25964 — 17:15:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25965 — 17:15:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25966 — 17:15:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25967 — 17:15:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25968 — 17:15:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25969 — 17:15:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25970 — 17:15:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25971 — 17:15:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25972 — 17:15:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25973 — 17:15:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25974 — 17:15:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #25975 — 17:15:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25976 — 17:15:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25977 — 17:15:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25978 — 17:15:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25979 — 17:15:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #25980 — 17:15:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25981 — 17:15:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25982 — 17:15:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25983 — 17:15:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #25984 — 17:15:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25985 — 17:15:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25986 — 17:15:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25987 — 17:15:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25988 — 17:15:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25989 — 17:15:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25990 — 17:15:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25991 — 17:15:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25992 — 17:15:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25993 — 17:15:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25994 — 17:15:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25995 — 17:15:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25996 — 17:15:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25997 — 17:15:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25998 — 17:15:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #25999 — 17:16:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26000 — 17:16:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26001 — 17:16:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26002 — 17:16:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26003 — 17:16:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26004 — 17:16:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26005 — 17:16:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26006 — 17:16:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26007 — 17:16:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26008 — 17:16:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26009 — 17:16:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26010 — 17:16:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26011 — 17:16:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26012 — 17:16:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26013 — 17:16:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26014 — 17:16:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26015 — 17:16:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26016 — 17:16:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26017 — 17:16:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26018 — 17:16:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26019 — 17:16:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26020 — 17:16:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26021 — 17:16:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26022 — 17:16:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26023 — 17:16:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26024 — 17:16:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26025 — 17:16:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26026 — 17:16:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26027 — 17:16:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26028 — 17:16:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #26029 — 17:16:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26030 — 17:16:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26031 — 17:16:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26032 — 17:16:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26033 — 17:16:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26034 — 17:16:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26035 — 17:16:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26036 — 17:16:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26037 — 17:16:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26038 — 17:16:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26039 — 17:16:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26040 — 17:16:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26041 — 17:16:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26042 — 17:16:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26043 — 17:16:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26044 — 17:16:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26045 — 17:16:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26046 — 17:16:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26047 — 17:16:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26048 — 17:16:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26049 — 17:16:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26050 — 17:16:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26051 — 17:16:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26052 — 17:16:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26053 — 17:16:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26054 — 17:16:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26055 — 17:16:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26056 — 17:16:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26057 — 17:17:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26058 — 17:17:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26059 — 17:17:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26060 — 17:17:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26061 — 17:17:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26062 — 17:17:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26063 — 17:17:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26064 — 17:17:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26065 — 17:17:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26066 — 17:17:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26067 — 17:17:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26068 — 17:17:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26069 — 17:17:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26070 — 17:17:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26071 — 17:17:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26072 — 17:17:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26073 — 17:17:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26074 — 17:17:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26075 — 17:17:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26076 — 17:17:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26077 — 17:17:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26078 — 17:17:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26079 — 17:17:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26080 — 17:17:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26081 — 17:17:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26082 — 17:17:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26083 — 17:17:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26084 — 17:17:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26085 — 17:17:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26086 — 17:17:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26087 — 17:17:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26088 — 17:17:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26089 — 17:17:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26090 — 17:17:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26091 — 17:17:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26092 — 17:17:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26093 — 17:17:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26094 — 17:17:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26095 — 17:17:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26096 — 17:17:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26097 — 17:17:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26098 — 17:17:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26099 — 17:17:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26100 — 17:17:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26101 — 17:17:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26102 — 17:17:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26103 — 17:17:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26104 — 17:17:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26105 — 17:17:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26106 — 17:17:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26107 — 17:17:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26108 — 17:17:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26109 — 17:17:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26110 — 17:17:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #26111 — 17:17:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26112 — 17:17:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26113 — 17:17:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26114 — 17:17:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26115 — 17:18:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26116 — 17:18:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26117 — 17:18:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26118 — 17:18:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26119 — 17:18:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26120 — 17:18:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26121 — 17:18:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26122 — 17:18:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26123 — 17:18:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26124 — 17:18:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26125 — 17:18:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26126 — 17:18:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26127 — 17:18:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26128 — 17:18:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26129 — 17:18:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26130 — 17:18:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26131 — 17:18:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26132 — 17:18:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26133 — 17:18:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26134 — 17:18:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26135 — 17:18:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26136 — 17:18:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26137 — 17:18:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26138 — 17:18:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26139 — 17:18:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26140 — 17:18:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26141 — 17:18:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26142 — 17:18:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26143 — 17:18:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26144 — 17:18:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26145 — 17:18:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26146 — 17:18:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26147 — 17:18:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26148 — 17:18:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26149 — 17:18:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26150 — 17:18:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26151 — 17:18:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26152 — 17:18:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26153 — 17:18:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26154 — 17:18:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26155 — 17:18:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26156 — 17:18:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26157 — 17:18:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26158 — 17:18:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26159 — 17:18:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26160 — 17:18:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26161 — 17:18:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26162 — 17:18:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26163 — 17:18:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26164 — 17:18:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26165 — 17:18:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26166 — 17:18:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26167 — 17:18:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26168 — 17:18:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26169 — 17:18:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26170 — 17:18:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26171 — 17:18:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26172 — 17:18:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26173 — 17:19:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26174 — 17:19:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26175 — 17:19:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26176 — 17:19:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26177 — 17:19:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26178 — 17:19:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26179 — 17:19:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26180 — 17:19:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26181 — 17:19:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26182 — 17:19:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26183 — 17:19:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26184 — 17:19:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26185 — 17:19:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26186 — 17:19:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26187 — 17:19:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26188 — 17:19:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26189 — 17:19:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26190 — 17:19:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26191 — 17:19:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26192 — 17:19:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26193 — 17:19:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26194 — 17:19:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26195 — 17:19:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26196 — 17:19:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26197 — 17:19:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26198 — 17:19:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26199 — 17:19:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26200 — 17:19:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26201 — 17:19:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26202 — 17:19:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26203 — 17:19:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26204 — 17:19:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26205 — 17:19:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26206 — 17:19:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26207 — 17:19:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26208 — 17:19:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26209 — 17:19:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26210 — 17:19:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26211 — 17:19:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26212 — 17:19:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26213 — 17:19:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26214 — 17:19:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26215 — 17:19:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26216 — 17:19:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26217 — 17:19:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26218 — 17:19:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26219 — 17:19:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26220 — 17:19:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26221 — 17:19:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26222 — 17:19:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26223 — 17:19:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26224 — 17:19:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26225 — 17:19:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26226 — 17:19:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26227 — 17:19:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26228 — 17:19:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26229 — 17:19:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26230 — 17:19:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26231 — 17:20:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26232 — 17:20:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26233 — 17:20:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26234 — 17:20:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26235 — 17:20:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26236 — 17:20:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26237 — 17:20:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26238 — 17:20:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26239 — 17:20:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26240 — 17:20:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26241 — 17:20:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26242 — 17:20:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26243 — 17:20:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26244 — 17:20:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26245 — 17:20:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26246 — 17:20:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26247 — 17:20:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26248 — 17:20:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26249 — 17:20:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26250 — 17:20:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26251 — 17:20:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26252 — 17:20:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26253 — 17:20:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26254 — 17:20:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26255 — 17:20:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26256 — 17:20:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26257 — 17:20:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26258 — 17:20:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26259 — 17:20:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26260 — 17:20:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26261 — 17:20:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26262 — 17:20:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26263 — 17:20:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26264 — 17:20:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26265 — 17:20:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26266 — 17:20:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26267 — 17:20:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26268 — 17:20:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26269 — 17:20:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #26270 — 17:20:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26271 — 17:20:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26272 — 17:20:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26273 — 17:20:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26274 — 17:20:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26275 — 17:20:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26276 — 17:20:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26277 — 17:20:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26278 — 17:20:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26279 — 17:20:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26280 — 17:20:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26281 — 17:20:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26282 — 17:20:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26283 — 17:20:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26284 — 17:20:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26285 — 17:20:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26286 — 17:20:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26287 — 17:20:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26288 — 17:20:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26289 — 17:21:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26290 — 17:21:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26291 — 17:21:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26292 — 17:21:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26293 — 17:21:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26294 — 17:21:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26295 — 17:21:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26296 — 17:21:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26297 — 17:21:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26298 — 17:21:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26299 — 17:21:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26300 — 17:21:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26301 — 17:21:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26302 — 17:21:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26303 — 17:21:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26304 — 17:21:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26305 — 17:21:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26306 — 17:21:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26307 — 17:21:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26308 — 17:21:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26309 — 17:21:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26310 — 17:21:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26311 — 17:21:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26312 — 17:21:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26313 — 17:21:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26314 — 17:21:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26315 — 17:21:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26316 — 17:21:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26317 — 17:21:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26318 — 17:21:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26319 — 17:21:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26320 — 17:21:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26321 — 17:21:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26322 — 17:21:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26323 — 17:21:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26324 — 17:21:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26325 — 17:21:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26326 — 17:21:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26327 — 17:21:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26328 — 17:21:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26329 — 17:21:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26330 — 17:21:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26331 — 17:21:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26332 — 17:21:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26333 — 17:21:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26334 — 17:21:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26335 — 17:21:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26336 — 17:21:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26337 — 17:21:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26338 — 17:21:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26339 — 17:21:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26340 — 17:21:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26341 — 17:21:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26342 — 17:21:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26343 — 17:21:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26344 — 17:21:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26345 — 17:21:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26346 — 17:21:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26347 — 17:22:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26348 — 17:22:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26349 — 17:22:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26350 — 17:22:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26351 — 17:22:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26352 — 17:22:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26353 — 17:22:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26354 — 17:22:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26355 — 17:22:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26356 — 17:22:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26357 — 17:22:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26358 — 17:22:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26359 — 17:22:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26360 — 17:22:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26361 — 17:22:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26362 — 17:22:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26363 — 17:22:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26364 — 17:22:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26365 — 17:22:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26366 — 17:22:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26367 — 17:22:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26368 — 17:22:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26369 — 17:22:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26370 — 17:22:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26371 — 17:22:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26372 — 17:22:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26373 — 17:22:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26374 — 17:22:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26375 — 17:22:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26376 — 17:22:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26377 — 17:22:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26378 — 17:22:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26379 — 17:22:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26380 — 17:22:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26381 — 17:22:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26382 — 17:22:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26383 — 17:22:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26384 — 17:22:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26385 — 17:22:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26386 — 17:22:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26387 — 17:22:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26388 — 17:22:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26389 — 17:22:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26390 — 17:22:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26391 — 17:22:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26392 — 17:22:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26393 — 17:22:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26394 — 17:22:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26395 — 17:22:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26396 — 17:22:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26397 — 17:22:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26398 — 17:22:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26399 — 17:22:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26400 — 17:22:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26401 — 17:22:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26402 — 17:22:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26403 — 17:22:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26404 — 17:22:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26405 — 17:23:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26406 — 17:23:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26407 — 17:23:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26408 — 17:23:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26409 — 17:23:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26410 — 17:23:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26411 — 17:23:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26412 — 17:23:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26413 — 17:23:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26414 — 17:23:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26415 — 17:23:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26416 — 17:23:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26417 — 17:23:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26418 — 17:23:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26419 — 17:23:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26420 — 17:23:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26421 — 17:23:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26422 — 17:23:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26423 — 17:23:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26424 — 17:23:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26425 — 17:23:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26426 — 17:23:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26427 — 17:23:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26428 — 17:23:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26429 — 17:23:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26430 — 17:23:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26431 — 17:23:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26432 — 17:23:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26433 — 17:23:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26434 — 17:23:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26435 — 17:23:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26436 — 17:23:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26437 — 17:23:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26438 — 17:23:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26439 — 17:23:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26440 — 17:23:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26441 — 17:23:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26442 — 17:23:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #26443 — 17:23:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26444 — 17:23:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26445 — 17:23:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26446 — 17:23:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26447 — 17:23:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26448 — 17:23:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26449 — 17:23:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26450 — 17:23:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26451 — 17:23:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #26452 — 17:23:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26453 — 17:23:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26454 — 17:23:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26455 — 17:23:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26456 — 17:23:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26457 — 17:23:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26458 — 17:23:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26459 — 17:23:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26460 — 17:23:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26461 — 17:23:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26462 — 17:23:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26463 — 17:24:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26464 — 17:24:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26465 — 17:24:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26466 — 17:24:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26467 — 17:24:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26468 — 17:24:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26469 — 17:24:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26470 — 17:24:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26471 — 17:24:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26472 — 17:24:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26473 — 17:24:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26474 — 17:24:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26475 — 17:24:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26476 — 17:24:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26477 — 17:24:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26478 — 17:24:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26479 — 17:24:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26480 — 17:24:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26481 — 17:24:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26482 — 17:24:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26483 — 17:24:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26484 — 17:24:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26485 — 17:24:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26486 — 17:24:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26487 — 17:24:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26488 — 17:24:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26489 — 17:24:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26490 — 17:24:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26491 — 17:24:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26492 — 17:24:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26493 — 17:24:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26494 — 17:24:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26495 — 17:24:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26496 — 17:24:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26497 — 17:24:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26498 — 17:24:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26499 — 17:24:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26500 — 17:24:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26501 — 17:24:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26502 — 17:24:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26503 — 17:24:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26504 — 17:24:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26505 — 17:24:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26506 — 17:24:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26507 — 17:24:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26508 — 17:24:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26509 — 17:24:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26510 — 17:24:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26511 — 17:24:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26512 — 17:24:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26513 — 17:24:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26514 — 17:24:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26515 — 17:24:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26516 — 17:24:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26517 — 17:24:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26518 — 17:24:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26519 — 17:24:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26520 — 17:24:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26521 — 17:24:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26522 — 17:25:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26523 — 17:25:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26524 — 17:25:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #26525 — 17:25:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26526 — 17:25:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26527 — 17:25:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26528 — 17:25:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26529 — 17:25:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26530 — 17:25:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26531 — 17:25:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26532 — 17:25:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26533 — 17:25:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26534 — 17:25:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26535 — 17:25:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26536 — 17:25:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26537 — 17:25:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26538 — 17:25:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26539 — 17:25:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26540 — 17:25:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26541 — 17:25:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26542 — 17:25:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26543 — 17:25:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26544 — 17:25:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26545 — 17:25:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26546 — 17:25:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26547 — 17:25:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26548 — 17:25:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26549 — 17:25:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26550 — 17:25:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26551 — 17:25:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #26552 — 17:25:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26553 — 17:25:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26554 — 17:25:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26555 — 17:25:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26556 — 17:25:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26557 — 17:25:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26558 — 17:25:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26559 — 17:25:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26560 — 17:25:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26561 — 17:25:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26562 — 17:25:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26563 — 17:25:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26564 — 17:25:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26565 — 17:25:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26566 — 17:25:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26567 — 17:25:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26568 — 17:25:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26569 — 17:25:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26570 — 17:25:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26571 — 17:25:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26572 — 17:25:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26573 — 17:25:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26574 — 17:25:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26575 — 17:25:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26576 — 17:25:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26577 — 17:25:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26578 — 17:25:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #26579 — 17:26:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26580 — 17:26:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26581 — 17:26:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26582 — 17:26:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26583 — 17:26:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26584 — 17:26:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26585 — 17:26:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26586 — 17:26:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26587 — 17:26:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26588 — 17:26:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26589 — 17:26:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26590 — 17:26:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26591 — 17:26:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26592 — 17:26:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26593 — 17:26:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26594 — 17:26:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26595 — 17:26:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26596 — 17:26:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26597 — 17:26:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26598 — 17:26:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26599 — 17:26:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26600 — 17:26:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26601 — 17:26:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #26602 — 17:26:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26603 — 17:26:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26604 — 17:26:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26605 — 17:26:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26606 — 17:26:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26607 — 17:26:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26608 — 17:26:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26609 — 17:26:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26610 — 17:26:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26611 — 17:26:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26612 — 17:26:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26613 — 17:26:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26614 — 17:26:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26615 — 17:26:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26616 — 17:26:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26617 — 17:26:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26618 — 17:26:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26619 — 17:26:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26620 — 17:26:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26621 — 17:26:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26622 — 17:26:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26623 — 17:26:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26624 — 17:26:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26625 — 17:26:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26626 — 17:26:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26627 — 17:26:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26628 — 17:26:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26629 — 17:26:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #26630 — 17:26:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26631 — 17:26:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26632 — 17:26:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26633 — 17:26:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26634 — 17:26:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26635 — 17:26:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26636 — 17:26:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26637 — 17:26:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26638 — 17:27:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26639 — 17:27:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26640 — 17:27:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26641 — 17:27:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26642 — 17:27:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26643 — 17:27:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26644 — 17:27:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26645 — 17:27:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26646 — 17:27:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26647 — 17:27:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #26648 — 17:27:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26649 — 17:27:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26650 — 17:27:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26651 — 17:27:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26652 — 17:27:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26653 — 17:27:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26654 — 17:27:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26655 — 17:27:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26656 — 17:27:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26657 — 17:27:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26658 — 17:27:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26659 — 17:27:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26660 — 17:27:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26661 — 17:27:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #26662 — 17:27:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26663 — 17:27:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26664 — 17:27:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26665 — 17:27:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26666 — 17:27:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26667 — 17:27:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26668 — 17:27:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26669 — 17:27:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26670 — 17:27:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #26671 — 17:27:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26672 — 17:27:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26673 — 17:27:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26674 — 17:27:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26675 — 17:27:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26676 — 17:27:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26677 — 17:27:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26678 — 17:27:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26679 — 17:27:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26680 — 17:27:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26681 — 17:27:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26682 — 17:27:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26683 — 17:27:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26684 — 17:27:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26685 — 17:27:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26686 — 17:27:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26687 — 17:27:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26688 — 17:27:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #26689 — 17:27:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26690 — 17:27:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26691 — 17:27:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26692 — 17:27:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26693 — 17:27:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26694 — 17:27:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26695 — 17:27:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26696 — 17:28:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26697 — 17:28:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26698 — 17:28:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26699 — 17:28:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26700 — 17:28:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26701 — 17:28:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26702 — 17:28:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26703 — 17:28:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26704 — 17:28:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26705 — 17:28:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26706 — 17:28:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26707 — 17:28:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26708 — 17:28:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26709 — 17:28:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26710 — 17:28:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26711 — 17:28:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26712 — 17:28:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26713 — 17:28:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26714 — 17:28:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26715 — 17:28:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26716 — 17:28:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26717 — 17:28:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26718 — 17:28:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26719 — 17:28:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26720 — 17:28:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26721 — 17:28:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26722 — 17:28:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26723 — 17:28:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26724 — 17:28:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26725 — 17:28:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26726 — 17:28:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26727 — 17:28:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26728 — 17:28:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26729 — 17:28:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26730 — 17:28:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26731 — 17:28:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26732 — 17:28:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26733 — 17:28:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26734 — 17:28:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26735 — 17:28:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26736 — 17:28:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26737 — 17:28:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26738 — 17:28:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26739 — 17:28:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26740 — 17:28:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26741 — 17:28:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26742 — 17:28:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26743 — 17:28:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26744 — 17:28:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26745 — 17:28:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26746 — 17:28:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26747 — 17:28:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26748 — 17:28:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26749 — 17:28:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26750 — 17:28:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26751 — 17:28:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26752 — 17:28:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26753 — 17:28:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26754 — 17:29:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26755 — 17:29:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26756 — 17:29:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26757 — 17:29:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26758 — 17:29:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26759 — 17:29:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26760 — 17:29:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26761 — 17:29:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26762 — 17:29:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26763 — 17:29:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26764 — 17:29:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26765 — 17:29:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #26766 — 17:29:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26767 — 17:29:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26768 — 17:29:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26769 — 17:29:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26770 — 17:29:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26771 — 17:29:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26772 — 17:29:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26773 — 17:29:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26774 — 17:29:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #26775 — 17:29:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26776 — 17:29:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26777 — 17:29:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26778 — 17:29:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26779 — 17:29:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26780 — 17:29:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26781 — 17:29:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26782 — 17:29:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26783 — 17:29:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #26784 — 17:29:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26785 — 17:29:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26786 — 17:29:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26787 — 17:29:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26788 — 17:29:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26789 — 17:29:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26790 — 17:29:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26791 — 17:29:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26792 — 17:29:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #26793 — 17:29:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26794 — 17:29:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26795 — 17:29:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26796 — 17:29:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26797 — 17:29:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26798 — 17:29:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26799 — 17:29:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26800 — 17:29:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26801 — 17:29:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #26802 — 17:29:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26803 — 17:29:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26804 — 17:29:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26805 — 17:29:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26806 — 17:29:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26807 — 17:29:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26808 — 17:29:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26809 — 17:29:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26810 — 17:29:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26811 — 17:29:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26812 — 17:30:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26813 — 17:30:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26814 — 17:30:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26815 — 17:30:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26816 — 17:30:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26817 — 17:30:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26818 — 17:30:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26819 — 17:30:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26820 — 17:30:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26821 — 17:30:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26822 — 17:30:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26823 — 17:30:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26824 — 17:30:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26825 — 17:30:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26826 — 17:30:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26827 — 17:30:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26828 — 17:30:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26829 — 17:30:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26830 — 17:30:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26831 — 17:30:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26832 — 17:30:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26833 — 17:30:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26834 — 17:30:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26835 — 17:30:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26836 — 17:30:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26837 — 17:30:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26838 — 17:30:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26839 — 17:30:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26840 — 17:30:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26841 — 17:30:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26842 — 17:30:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #26843 — 17:30:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26844 — 17:30:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26845 — 17:30:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26846 — 17:30:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26847 — 17:30:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26848 — 17:30:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26849 — 17:30:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26850 — 17:30:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26851 — 17:30:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26852 — 17:30:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26853 — 17:30:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26854 — 17:30:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26855 — 17:30:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26856 — 17:30:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26857 — 17:30:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26858 — 17:30:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26859 — 17:30:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26860 — 17:30:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26861 — 17:30:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26862 — 17:30:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26863 — 17:30:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26864 — 17:30:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26865 — 17:30:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26866 — 17:30:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26867 — 17:30:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26868 — 17:30:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26869 — 17:31:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26870 — 17:31:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26871 — 17:31:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26872 — 17:31:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26873 — 17:31:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26874 — 17:31:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26875 — 17:31:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26876 — 17:31:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26877 — 17:31:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26878 — 17:31:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26879 — 17:31:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26880 — 17:31:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26881 — 17:31:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26882 — 17:31:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26883 — 17:31:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26884 — 17:31:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26885 — 17:31:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26886 — 17:31:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26887 — 17:31:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #26888 — 17:31:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26889 — 17:31:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26890 — 17:31:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26891 — 17:31:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #26892 — 17:31:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26893 — 17:31:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26894 — 17:31:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26895 — 17:31:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26896 — 17:31:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26897 — 17:31:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26898 — 17:31:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26899 — 17:31:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26900 — 17:31:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26901 — 17:31:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26902 — 17:31:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26903 — 17:31:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26904 — 17:31:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26905 — 17:31:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26906 — 17:31:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26907 — 17:31:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26908 — 17:31:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26909 — 17:31:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26910 — 17:31:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26911 — 17:31:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26912 — 17:31:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26913 — 17:31:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26914 — 17:31:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26915 — 17:31:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26916 — 17:31:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26917 — 17:31:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26918 — 17:31:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26919 — 17:31:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26920 — 17:31:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26921 — 17:31:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26922 — 17:31:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26923 — 17:31:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26924 — 17:31:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26925 — 17:31:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26926 — 17:31:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26927 — 17:32:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26928 — 17:32:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26929 — 17:32:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26930 — 17:32:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26931 — 17:32:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26932 — 17:32:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26933 — 17:32:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26934 — 17:32:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26935 — 17:32:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26936 — 17:32:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26937 — 17:32:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26938 — 17:32:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26939 — 17:32:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26940 — 17:32:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26941 — 17:32:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26942 — 17:32:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26943 — 17:32:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26944 — 17:32:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26945 — 17:32:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26946 — 17:32:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26947 — 17:32:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26948 — 17:32:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26949 — 17:32:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26950 — 17:32:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26951 — 17:32:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26952 — 17:32:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26953 — 17:32:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26954 — 17:32:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #26955 — 17:32:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26956 — 17:32:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26957 — 17:32:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26958 — 17:32:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26959 — 17:32:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26960 — 17:32:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #26961 — 17:32:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26962 — 17:32:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26963 — 17:32:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26964 — 17:32:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26965 — 17:32:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26966 — 17:32:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26967 — 17:32:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26968 — 17:32:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26969 — 17:32:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26970 — 17:32:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26971 — 17:32:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26972 — 17:32:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26973 — 17:32:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26974 — 17:32:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26975 — 17:32:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26976 — 17:32:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26977 — 17:32:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26978 — 17:32:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26979 — 17:32:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26980 — 17:32:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26981 — 17:32:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26982 — 17:32:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26983 — 17:32:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26984 — 17:32:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26985 — 17:32:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26986 — 17:33:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26987 — 17:33:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26988 — 17:33:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26989 — 17:33:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26990 — 17:33:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26991 — 17:33:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26992 — 17:33:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26993 — 17:33:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26994 — 17:33:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26995 — 17:33:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26996 — 17:33:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26997 — 17:33:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26998 — 17:33:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #26999 — 17:33:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27000 — 17:33:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27001 — 17:33:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27002 — 17:33:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27003 — 17:33:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27004 — 17:33:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27005 — 17:33:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27006 — 17:33:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27007 — 17:33:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27008 — 17:33:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27009 — 17:33:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27010 — 17:33:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27011 — 17:33:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27012 — 17:33:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27013 — 17:33:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27014 — 17:33:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27015 — 17:33:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27016 — 17:33:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27017 — 17:33:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27018 — 17:33:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27019 — 17:33:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27020 — 17:33:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27021 — 17:33:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27022 — 17:33:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27023 — 17:33:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27024 — 17:33:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27025 — 17:33:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27026 — 17:33:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27027 — 17:33:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27028 — 17:33:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27029 — 17:33:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27030 — 17:33:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27031 — 17:33:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27032 — 17:33:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27033 — 17:33:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27034 — 17:33:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27035 — 17:33:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27036 — 17:33:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27037 — 17:33:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27038 — 17:33:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27039 — 17:33:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27040 — 17:33:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27041 — 17:33:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27042 — 17:33:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27043 — 17:33:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27044 — 17:34:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27045 — 17:34:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27046 — 17:34:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27047 — 17:34:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27048 — 17:34:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27049 — 17:34:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27050 — 17:34:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27051 — 17:34:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27052 — 17:34:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27053 — 17:34:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27054 — 17:34:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27055 — 17:34:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27056 — 17:34:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27057 — 17:34:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27058 — 17:34:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27059 — 17:34:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27060 — 17:34:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27061 — 17:34:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27062 — 17:34:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27063 — 17:34:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27064 — 17:34:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27065 — 17:34:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27066 — 17:34:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27067 — 17:34:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27068 — 17:34:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27069 — 17:34:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27070 — 17:34:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27071 — 17:34:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27072 — 17:34:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27073 — 17:34:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27074 — 17:34:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27075 — 17:34:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27076 — 17:34:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27077 — 17:34:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27078 — 17:34:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27079 — 17:34:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27080 — 17:34:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27081 — 17:34:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27082 — 17:34:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27083 — 17:34:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27084 — 17:34:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #27085 — 17:34:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27086 — 17:34:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27087 — 17:34:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27088 — 17:34:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27089 — 17:34:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27090 — 17:34:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27091 — 17:34:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27092 — 17:34:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27093 — 17:34:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27094 — 17:34:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27095 — 17:34:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27096 — 17:34:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27097 — 17:34:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27098 — 17:34:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27099 — 17:35:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27100 — 17:35:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27101 — 17:35:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27102 — 17:35:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27103 — 17:35:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27104 — 17:35:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27105 — 17:35:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27106 — 17:35:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27107 — 17:35:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27108 — 17:35:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27109 — 17:35:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27110 — 17:35:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27111 — 17:35:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27112 — 17:35:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27113 — 17:35:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27114 — 17:35:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27115 — 17:35:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27116 — 17:35:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27117 — 17:35:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27118 — 17:35:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27119 — 17:35:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27120 — 17:35:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27121 — 17:35:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27122 — 17:35:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27123 — 17:35:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27124 — 17:35:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27125 — 17:35:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27126 — 17:35:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27127 — 17:35:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27128 — 17:35:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27129 — 17:35:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27130 — 17:35:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27131 — 17:35:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27132 — 17:35:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27133 — 17:35:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27134 — 17:35:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27135 — 17:35:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27136 — 17:35:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27137 — 17:35:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27138 — 17:35:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #27139 — 17:35:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27140 — 17:35:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27141 — 17:35:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27142 — 17:35:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27143 — 17:35:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27144 — 17:35:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27145 — 17:35:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27146 — 17:35:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27147 — 17:35:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27148 — 17:35:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27149 — 17:35:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27150 — 17:35:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27151 — 17:35:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27152 — 17:35:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #27153 — 17:35:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27154 — 17:35:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27155 — 17:35:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27156 — 17:35:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27157 — 17:35:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27158 — 17:36:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27159 — 17:36:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27160 — 17:36:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27161 — 17:36:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27162 — 17:36:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27163 — 17:36:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27164 — 17:36:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27165 — 17:36:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27166 — 17:36:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27167 — 17:36:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27168 — 17:36:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27169 — 17:36:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27170 — 17:36:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27171 — 17:36:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27172 — 17:36:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27173 — 17:36:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27174 — 17:36:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27175 — 17:36:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #27176 — 17:36:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27177 — 17:36:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27178 — 17:36:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27179 — 17:36:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27180 — 17:36:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27181 — 17:36:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27182 — 17:36:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27183 — 17:36:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27184 — 17:36:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27185 — 17:36:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27186 — 17:36:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27187 — 17:36:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27188 — 17:36:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27189 — 17:36:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27190 — 17:36:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27191 — 17:36:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27192 — 17:36:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27193 — 17:36:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27194 — 17:36:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27195 — 17:36:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27196 — 17:36:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27197 — 17:36:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27198 — 17:36:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27199 — 17:36:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27200 — 17:36:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27201 — 17:36:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27202 — 17:36:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27203 — 17:36:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27204 — 17:36:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27205 — 17:36:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27206 — 17:36:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27207 — 17:36:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27208 — 17:36:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27209 — 17:36:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27210 — 17:36:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #27211 — 17:36:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27212 — 17:36:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27213 — 17:36:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27214 — 17:36:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27215 — 17:36:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27216 — 17:37:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27217 — 17:37:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27218 — 17:37:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27219 — 17:37:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27220 — 17:37:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27221 — 17:37:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27222 — 17:37:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27223 — 17:37:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27224 — 17:37:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27225 — 17:37:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27226 — 17:37:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27227 — 17:37:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27228 — 17:37:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27229 — 17:37:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27230 — 17:37:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27231 — 17:37:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27232 — 17:37:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27233 — 17:37:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27234 — 17:37:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27235 — 17:37:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27236 — 17:37:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27237 — 17:37:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27238 — 17:37:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27239 — 17:37:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27240 — 17:37:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27241 — 17:37:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27242 — 17:37:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27243 — 17:37:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27244 — 17:37:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27245 — 17:37:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27246 — 17:37:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27247 — 17:37:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27248 — 17:37:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27249 — 17:37:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27250 — 17:37:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27251 — 17:37:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27252 — 17:37:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27253 — 17:37:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27254 — 17:37:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27255 — 17:37:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27256 — 17:37:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27257 — 17:37:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27258 — 17:37:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27259 — 17:37:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27260 — 17:37:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27261 — 17:37:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27262 — 17:37:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27263 — 17:37:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27264 — 17:37:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27265 — 17:37:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27266 — 17:37:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27267 — 17:37:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27268 — 17:37:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27269 — 17:37:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27270 — 17:37:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27271 — 17:37:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27272 — 17:37:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27273 — 17:37:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27274 — 17:37:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27275 — 17:38:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27276 — 17:38:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27277 — 17:38:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27278 — 17:38:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27279 — 17:38:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27280 — 17:38:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27281 — 17:38:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27282 — 17:38:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27283 — 17:38:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #27284 — 17:38:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27285 — 17:38:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27286 — 17:38:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27287 — 17:38:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27288 — 17:38:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27289 — 17:38:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27290 — 17:38:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27291 — 17:38:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27292 — 17:38:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27293 — 17:38:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27294 — 17:38:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27295 — 17:38:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27296 — 17:38:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27297 — 17:38:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27298 — 17:38:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27299 — 17:38:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27300 — 17:38:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27301 — 17:38:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27302 — 17:38:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27303 — 17:38:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27304 — 17:38:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27305 — 17:38:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27306 — 17:38:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27307 — 17:38:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27308 — 17:38:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27309 — 17:38:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27310 — 17:38:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27311 — 17:38:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27312 — 17:38:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27313 — 17:38:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27314 — 17:38:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27315 — 17:38:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27316 — 17:38:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27317 — 17:38:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27318 — 17:38:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27319 — 17:38:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27320 — 17:38:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27321 — 17:38:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27322 — 17:38:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27323 — 17:38:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27324 — 17:38:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27325 — 17:38:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27326 — 17:38:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27327 — 17:38:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27328 — 17:38:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27329 — 17:38:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27330 — 17:38:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27331 — 17:38:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27332 — 17:38:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27333 — 17:39:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27334 — 17:39:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27335 — 17:39:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27336 — 17:39:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27337 — 17:39:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27338 — 17:39:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27339 — 17:39:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27340 — 17:39:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27341 — 17:39:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27342 — 17:39:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27343 — 17:39:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27344 — 17:39:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27345 — 17:39:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27346 — 17:39:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27347 — 17:39:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27348 — 17:39:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27349 — 17:39:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27350 — 17:39:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27351 — 17:39:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27352 — 17:39:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27353 — 17:39:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27354 — 17:39:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27355 — 17:39:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27356 — 17:39:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27357 — 17:39:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27358 — 17:39:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27359 — 17:39:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27360 — 17:39:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27361 — 17:39:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27362 — 17:39:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27363 — 17:39:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27364 — 17:39:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27365 — 17:39:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27366 — 17:39:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27367 — 17:39:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27368 — 17:39:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27369 — 17:39:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27370 — 17:39:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27371 — 17:39:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27372 — 17:39:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27373 — 17:39:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27374 — 17:39:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27375 — 17:39:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27376 — 17:39:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27377 — 17:39:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27378 — 17:39:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27379 — 17:39:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27380 — 17:39:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27381 — 17:39:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27382 — 17:39:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27383 — 17:39:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27384 — 17:39:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27385 — 17:39:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27386 — 17:39:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27387 — 17:39:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27388 — 17:39:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27389 — 17:39:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27390 — 17:39:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27391 — 17:40:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27392 — 17:40:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27393 — 17:40:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27394 — 17:40:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27395 — 17:40:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27396 — 17:40:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27397 — 17:40:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27398 — 17:40:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27399 — 17:40:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27400 — 17:40:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27401 — 17:40:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27402 — 17:40:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27403 — 17:40:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27404 — 17:40:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27405 — 17:40:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27406 — 17:40:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #27407 — 17:40:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27408 — 17:40:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27409 — 17:40:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27410 — 17:40:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27411 — 17:40:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27412 — 17:40:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27413 — 17:40:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27414 — 17:40:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27415 — 17:40:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27416 — 17:40:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27417 — 17:40:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27418 — 17:40:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27419 — 17:40:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27420 — 17:40:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27421 — 17:40:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27422 — 17:40:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27423 — 17:40:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27424 — 17:40:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27425 — 17:40:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27426 — 17:40:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27427 — 17:40:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27428 — 17:40:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27429 — 17:40:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27430 — 17:40:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27431 — 17:40:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27432 — 17:40:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27433 — 17:40:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27434 — 17:40:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27435 — 17:40:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27436 — 17:40:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27437 — 17:40:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27438 — 17:40:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27439 — 17:40:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27440 — 17:40:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27441 — 17:40:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27442 — 17:40:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27443 — 17:40:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27444 — 17:40:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27445 — 17:40:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27446 — 17:40:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27447 — 17:40:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27448 — 17:40:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27449 — 17:41:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27450 — 17:41:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27451 — 17:41:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #27452 — 17:41:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27453 — 17:41:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27454 — 17:41:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27455 — 17:41:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27456 — 17:41:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27457 — 17:41:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27458 — 17:41:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27459 — 17:41:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27460 — 17:41:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27461 — 17:41:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27462 — 17:41:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27463 — 17:41:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27464 — 17:41:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27465 — 17:41:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27466 — 17:41:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27467 — 17:41:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27468 — 17:41:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27469 — 17:41:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27470 — 17:41:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27471 — 17:41:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27472 — 17:41:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27473 — 17:41:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27474 — 17:41:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27475 — 17:41:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27476 — 17:41:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27477 — 17:41:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27478 — 17:41:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27479 — 17:41:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27480 — 17:41:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27481 — 17:41:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27482 — 17:41:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27483 — 17:41:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27484 — 17:41:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27485 — 17:41:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27486 — 17:41:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27487 — 17:41:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27488 — 17:41:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27489 — 17:41:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27490 — 17:41:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27491 — 17:41:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27492 — 17:41:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27493 — 17:41:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27494 — 17:41:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27495 — 17:41:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27496 — 17:41:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27497 — 17:41:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27498 — 17:41:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27499 — 17:41:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27500 — 17:41:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27501 — 17:41:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27502 — 17:41:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27503 — 17:41:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27504 — 17:41:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27505 — 17:41:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27506 — 17:41:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27507 — 17:41:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27508 — 17:42:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27509 — 17:42:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27510 — 17:42:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27511 — 17:42:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27512 — 17:42:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27513 — 17:42:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27514 — 17:42:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27515 — 17:42:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27516 — 17:42:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27517 — 17:42:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27518 — 17:42:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27519 — 17:42:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27520 — 17:42:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27521 — 17:42:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27522 — 17:42:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27523 — 17:42:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27524 — 17:42:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27525 — 17:42:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27526 — 17:42:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27527 — 17:42:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27528 — 17:42:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27529 — 17:42:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27530 — 17:42:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27531 — 17:42:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27532 — 17:42:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #27533 — 17:42:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27534 — 17:42:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27535 — 17:42:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27536 — 17:42:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27537 — 17:42:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27538 — 17:42:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27539 — 17:42:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27540 — 17:42:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27541 — 17:42:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27542 — 17:42:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27543 — 17:42:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27544 — 17:42:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27545 — 17:42:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27546 — 17:42:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27547 — 17:42:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27548 — 17:42:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27549 — 17:42:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27550 — 17:42:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27551 — 17:42:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27552 — 17:42:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27553 — 17:42:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27554 — 17:42:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27555 — 17:42:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27556 — 17:42:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27557 — 17:42:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27558 — 17:42:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27559 — 17:42:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27560 — 17:42:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27561 — 17:42:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27562 — 17:42:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27563 — 17:42:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27564 — 17:42:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27565 — 17:42:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27566 — 17:43:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27567 — 17:43:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27568 — 17:43:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27569 — 17:43:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27570 — 17:43:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27571 — 17:43:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27572 — 17:43:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27573 — 17:43:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27574 — 17:43:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27575 — 17:43:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27576 — 17:43:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27577 — 17:43:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27578 — 17:43:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27579 — 17:43:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27580 — 17:43:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27581 — 17:43:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27582 — 17:43:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27583 — 17:43:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27584 — 17:43:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27585 — 17:43:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27586 — 17:43:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27587 — 17:43:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27588 — 17:43:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27589 — 17:43:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27590 — 17:43:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27591 — 17:43:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27592 — 17:43:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27593 — 17:43:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27594 — 17:43:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27595 — 17:43:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27596 — 17:43:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27597 — 17:43:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27598 — 17:43:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27599 — 17:43:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27600 — 17:43:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27601 — 17:43:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27602 — 17:43:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27603 — 17:43:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27604 — 17:43:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27605 — 17:43:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27606 — 17:43:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27607 — 17:43:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27608 — 17:43:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27609 — 17:43:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27610 — 17:43:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27611 — 17:43:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27612 — 17:43:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27613 — 17:43:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27614 — 17:43:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27615 — 17:43:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27616 — 17:43:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27617 — 17:43:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27618 — 17:43:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27619 — 17:43:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27620 — 17:43:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27621 — 17:43:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27622 — 17:43:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27623 — 17:44:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27624 — 17:44:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27625 — 17:44:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27626 — 17:44:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27627 — 17:44:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27628 — 17:44:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27629 — 17:44:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27630 — 17:44:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27631 — 17:44:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27632 — 17:44:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27633 — 17:44:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27634 — 17:44:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27635 — 17:44:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27636 — 17:44:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27637 — 17:44:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27638 — 17:44:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27639 — 17:44:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27640 — 17:44:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27641 — 17:44:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27642 — 17:44:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27643 — 17:44:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27644 — 17:44:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27645 — 17:44:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27646 — 17:44:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27647 — 17:44:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27648 — 17:44:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27649 — 17:44:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27650 — 17:44:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27651 — 17:44:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27652 — 17:44:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27653 — 17:44:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27654 — 17:44:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27655 — 17:44:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27656 — 17:44:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27657 — 17:44:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27658 — 17:44:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27659 — 17:44:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27660 — 17:44:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27661 — 17:44:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #27662 — 17:44:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27663 — 17:44:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27664 — 17:44:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27665 — 17:44:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27666 — 17:44:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #27667 — 17:44:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27668 — 17:44:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27669 — 17:44:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27670 — 17:44:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27671 — 17:44:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27672 — 17:44:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27673 — 17:44:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27674 — 17:44:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27675 — 17:44:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27676 — 17:44:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27677 — 17:44:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27678 — 17:44:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27679 — 17:44:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27680 — 17:44:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27681 — 17:45:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27682 — 17:45:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27683 — 17:45:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27684 — 17:45:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27685 — 17:45:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27686 — 17:45:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27687 — 17:45:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #27688 — 17:45:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27689 — 17:45:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27690 — 17:45:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27691 — 17:45:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27692 — 17:45:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27693 — 17:45:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27694 — 17:45:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27695 — 17:45:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27696 — 17:45:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27697 — 17:45:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27698 — 17:45:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27699 — 17:45:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27700 — 17:45:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27701 — 17:45:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27702 — 17:45:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27703 — 17:45:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27704 — 17:45:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27705 — 17:45:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27706 — 17:45:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27707 — 17:45:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27708 — 17:45:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27709 — 17:45:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27710 — 17:45:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27711 — 17:45:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27712 — 17:45:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27713 — 17:45:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27714 — 17:45:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27715 — 17:45:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27716 — 17:45:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27717 — 17:45:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27718 — 17:45:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27719 — 17:45:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27720 — 17:45:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27721 — 17:45:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27722 — 17:45:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27723 — 17:45:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #27724 — 17:45:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27725 — 17:45:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27726 — 17:45:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27727 — 17:45:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #27728 — 17:45:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27729 — 17:45:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27730 — 17:45:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27731 — 17:45:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27732 — 17:45:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27733 — 17:45:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27734 — 17:45:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27735 — 17:45:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27736 — 17:45:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27737 — 17:45:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27738 — 17:45:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27739 — 17:46:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27740 — 17:46:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27741 — 17:46:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27742 — 17:46:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27743 — 17:46:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27744 — 17:46:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27745 — 17:46:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27746 — 17:46:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27747 — 17:46:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27748 — 17:46:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27749 — 17:46:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27750 — 17:46:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27751 — 17:46:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27752 — 17:46:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27753 — 17:46:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27754 — 17:46:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27755 — 17:46:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27756 — 17:46:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27757 — 17:46:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27758 — 17:46:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27759 — 17:46:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27760 — 17:46:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27761 — 17:46:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27762 — 17:46:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27763 — 17:46:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27764 — 17:46:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27765 — 17:46:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27766 — 17:46:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27767 — 17:46:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27768 — 17:46:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27769 — 17:46:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27770 — 17:46:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27771 — 17:46:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27772 — 17:46:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27773 — 17:46:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27774 — 17:46:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27775 — 17:46:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27776 — 17:46:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27777 — 17:46:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #27778 — 17:46:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27779 — 17:46:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27780 — 17:46:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27781 — 17:46:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27782 — 17:46:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27783 — 17:46:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27784 — 17:46:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27785 — 17:46:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27786 — 17:46:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27787 — 17:46:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27788 — 17:46:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27789 — 17:46:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27790 — 17:46:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27791 — 17:46:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27792 — 17:46:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27793 — 17:46:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27794 — 17:46:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27795 — 17:46:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27796 — 17:46:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27797 — 17:47:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27798 — 17:47:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27799 — 17:47:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27800 — 17:47:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27801 — 17:47:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27802 — 17:47:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27803 — 17:47:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27804 — 17:47:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27805 — 17:47:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27806 — 17:47:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27807 — 17:47:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27808 — 17:47:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27809 — 17:47:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27810 — 17:47:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27811 — 17:47:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27812 — 17:47:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27813 — 17:47:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27814 — 17:47:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #27815 — 17:47:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27816 — 17:47:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27817 — 17:47:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27818 — 17:47:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27819 — 17:47:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27820 — 17:47:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27821 — 17:47:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27822 — 17:47:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27823 — 17:47:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27824 — 17:47:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27825 — 17:47:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27826 — 17:47:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27827 — 17:47:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27828 — 17:47:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27829 — 17:47:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27830 — 17:47:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27831 — 17:47:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27832 — 17:47:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27833 — 17:47:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27834 — 17:47:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27835 — 17:47:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27836 — 17:47:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27837 — 17:47:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27838 — 17:47:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27839 — 17:47:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27840 — 17:47:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27841 — 17:47:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27842 — 17:47:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27843 — 17:47:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27844 — 17:47:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27845 — 17:47:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27846 — 17:47:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27847 — 17:47:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27848 — 17:47:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27849 — 17:47:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27850 — 17:47:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27851 — 17:47:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27852 — 17:47:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27853 — 17:47:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27854 — 17:47:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27855 — 17:48:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27856 — 17:48:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27857 — 17:48:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27858 — 17:48:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27859 — 17:48:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27860 — 17:48:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27861 — 17:48:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27862 — 17:48:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27863 — 17:48:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27864 — 17:48:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27865 — 17:48:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27866 — 17:48:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27867 — 17:48:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27868 — 17:48:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27869 — 17:48:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27870 — 17:48:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27871 — 17:48:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27872 — 17:48:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27873 — 17:48:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27874 — 17:48:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27875 — 17:48:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27876 — 17:48:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27877 — 17:48:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27878 — 17:48:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27879 — 17:48:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27880 — 17:48:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27881 — 17:48:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27882 — 17:48:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27883 — 17:48:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27884 — 17:48:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27885 — 17:48:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27886 — 17:48:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27887 — 17:48:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27888 — 17:48:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27889 — 17:48:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27890 — 17:48:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27891 — 17:48:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27892 — 17:48:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27893 — 17:48:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27894 — 17:48:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27895 — 17:48:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27896 — 17:48:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27897 — 17:48:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27898 — 17:48:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27899 — 17:48:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27900 — 17:48:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27901 — 17:48:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27902 — 17:48:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27903 — 17:48:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27904 — 17:48:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27905 — 17:48:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27906 — 17:48:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27907 — 17:48:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27908 — 17:48:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27909 — 17:48:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27910 — 17:48:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27911 — 17:48:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27912 — 17:48:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27913 — 17:49:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27914 — 17:49:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27915 — 17:49:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27916 — 17:49:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27917 — 17:49:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27918 — 17:49:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27919 — 17:49:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27920 — 17:49:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27921 — 17:49:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27922 — 17:49:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27923 — 17:49:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27924 — 17:49:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27925 — 17:49:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27926 — 17:49:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27927 — 17:49:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27928 — 17:49:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27929 — 17:49:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27930 — 17:49:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27931 — 17:49:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27932 — 17:49:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27933 — 17:49:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27934 — 17:49:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27935 — 17:49:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27936 — 17:49:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27937 — 17:49:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27938 — 17:49:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27939 — 17:49:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27940 — 17:49:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27941 — 17:49:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27942 — 17:49:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27943 — 17:49:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27944 — 17:49:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27945 — 17:49:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27946 — 17:49:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27947 — 17:49:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27948 — 17:49:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27949 — 17:49:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27950 — 17:49:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27951 — 17:49:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27952 — 17:49:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27953 — 17:49:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27954 — 17:49:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27955 — 17:49:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27956 — 17:49:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27957 — 17:49:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27958 — 17:49:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27959 — 17:49:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27960 — 17:49:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27961 — 17:49:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27962 — 17:49:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #27963 — 17:49:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27964 — 17:49:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27965 — 17:49:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27966 — 17:49:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27967 — 17:49:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27968 — 17:49:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27969 — 17:49:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27970 — 17:50:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27971 — 17:50:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27972 — 17:50:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27973 — 17:50:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27974 — 17:50:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27975 — 17:50:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27976 — 17:50:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27977 — 17:50:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27978 — 17:50:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27979 — 17:50:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27980 — 17:50:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27981 — 17:50:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27982 — 17:50:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27983 — 17:50:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27984 — 17:50:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27985 — 17:50:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27986 — 17:50:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27987 — 17:50:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27988 — 17:50:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27989 — 17:50:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27990 — 17:50:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27991 — 17:50:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27992 — 17:50:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27993 — 17:50:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27994 — 17:50:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27995 — 17:50:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27996 — 17:50:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27997 — 17:50:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27998 — 17:50:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #27999 — 17:50:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28000 — 17:50:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28001 — 17:50:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28002 — 17:50:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28003 — 17:50:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28004 — 17:50:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28005 — 17:50:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28006 — 17:50:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28007 — 17:50:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28008 — 17:50:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28009 — 17:50:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28010 — 17:50:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28011 — 17:50:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28012 — 17:50:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28013 — 17:50:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28014 — 17:50:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28015 — 17:50:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28016 — 17:50:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28017 — 17:50:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28018 — 17:50:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28019 — 17:50:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28020 — 17:50:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28021 — 17:50:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28022 — 17:50:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28023 — 17:50:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28024 — 17:50:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28025 — 17:50:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28026 — 17:50:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28027 — 17:50:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28028 — 17:50:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28029 — 17:51:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28030 — 17:51:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28031 — 17:51:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28032 — 17:51:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28033 — 17:51:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28034 — 17:51:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28035 — 17:51:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28036 — 17:51:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28037 — 17:51:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28038 — 17:51:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28039 — 17:51:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28040 — 17:51:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28041 — 17:51:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28042 — 17:51:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28043 — 17:51:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28044 — 17:51:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28045 — 17:51:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28046 — 17:51:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28047 — 17:51:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28048 — 17:51:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28049 — 17:51:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28050 — 17:51:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28051 — 17:51:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28052 — 17:51:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28053 — 17:51:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28054 — 17:51:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28055 — 17:51:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28056 — 17:51:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28057 — 17:51:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28058 — 17:51:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28059 — 17:51:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28060 — 17:51:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28061 — 17:51:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28062 — 17:51:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28063 — 17:51:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28064 — 17:51:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28065 — 17:51:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28066 — 17:51:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28067 — 17:51:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28068 — 17:51:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28069 — 17:51:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28070 — 17:51:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28071 — 17:51:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28072 — 17:51:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28073 — 17:51:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28074 — 17:51:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28075 — 17:51:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28076 — 17:51:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28077 — 17:51:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28078 — 17:51:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28079 — 17:51:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28080 — 17:51:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28081 — 17:51:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28082 — 17:51:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28083 — 17:51:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28084 — 17:51:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28085 — 17:51:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28086 — 17:52:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28087 — 17:52:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28088 — 17:52:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28089 — 17:52:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28090 — 17:52:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28091 — 17:52:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28092 — 17:52:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28093 — 17:52:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28094 — 17:52:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28095 — 17:52:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28096 — 17:52:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28097 — 17:52:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28098 — 17:52:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28099 — 17:52:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28100 — 17:52:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28101 — 17:52:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28102 — 17:52:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28103 — 17:52:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28104 — 17:52:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28105 — 17:52:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28106 — 17:52:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28107 — 17:52:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28108 — 17:52:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28109 — 17:52:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28110 — 17:52:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28111 — 17:52:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28112 — 17:52:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28113 — 17:52:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28114 — 17:52:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28115 — 17:52:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28116 — 17:52:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28117 — 17:52:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28118 — 17:52:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28119 — 17:52:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28120 — 17:52:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28121 — 17:52:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28122 — 17:52:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28123 — 17:52:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28124 — 17:52:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28125 — 17:52:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28126 — 17:52:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28127 — 17:52:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28128 — 17:52:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28129 — 17:52:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28130 — 17:52:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28131 — 17:52:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28132 — 17:52:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28133 — 17:52:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28134 — 17:52:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28135 — 17:52:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28136 — 17:52:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28137 — 17:52:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28138 — 17:52:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28139 — 17:52:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28140 — 17:52:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28141 — 17:52:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28142 — 17:52:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28143 — 17:52:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28144 — 17:52:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28145 — 17:53:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28146 — 17:53:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28147 — 17:53:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28148 — 17:53:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28149 — 17:53:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28150 — 17:53:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28151 — 17:53:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28152 — 17:53:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28153 — 17:53:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28154 — 17:53:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28155 — 17:53:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28156 — 17:53:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28157 — 17:53:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28158 — 17:53:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28159 — 17:53:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28160 — 17:53:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28161 — 17:53:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28162 — 17:53:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28163 — 17:53:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28164 — 17:53:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28165 — 17:53:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28166 — 17:53:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28167 — 17:53:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28168 — 17:53:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28169 — 17:53:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28170 — 17:53:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28171 — 17:53:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28172 — 17:53:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28173 — 17:53:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28174 — 17:53:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28175 — 17:53:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28176 — 17:53:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28177 — 17:53:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28178 — 17:53:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28179 — 17:53:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28180 — 17:53:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28181 — 17:53:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28182 — 17:53:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28183 — 17:53:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28184 — 17:53:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28185 — 17:53:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28186 — 17:53:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28187 — 17:53:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28188 — 17:53:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28189 — 17:53:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28190 — 17:53:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28191 — 17:53:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28192 — 17:53:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28193 — 17:53:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28194 — 17:53:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28195 — 17:53:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28196 — 17:53:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28197 — 17:53:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28198 — 17:53:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28199 — 17:53:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28200 — 17:53:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28201 — 17:53:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28202 — 17:53:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28203 — 17:54:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28204 — 17:54:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28205 — 17:54:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28206 — 17:54:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28207 — 17:54:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28208 — 17:54:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28209 — 17:54:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28210 — 17:54:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28211 — 17:54:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28212 — 17:54:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28213 — 17:54:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28214 — 17:54:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28215 — 17:54:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28216 — 17:54:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28217 — 17:54:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28218 — 17:54:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28219 — 17:54:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28220 — 17:54:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28221 — 17:54:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28222 — 17:54:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28223 — 17:54:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28224 — 17:54:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28225 — 17:54:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28226 — 17:54:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28227 — 17:54:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28228 — 17:54:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28229 — 17:54:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28230 — 17:54:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28231 — 17:54:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28232 — 17:54:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28233 — 17:54:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28234 — 17:54:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28235 — 17:54:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28236 — 17:54:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28237 — 17:54:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28238 — 17:54:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28239 — 17:54:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28240 — 17:54:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28241 — 17:54:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28242 — 17:54:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28243 — 17:54:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28244 — 17:54:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28245 — 17:54:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28246 — 17:54:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28247 — 17:54:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28248 — 17:54:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28249 — 17:54:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28250 — 17:54:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28251 — 17:54:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28252 — 17:54:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28253 — 17:54:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28254 — 17:54:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28255 — 17:54:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28256 — 17:54:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28257 — 17:54:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28258 — 17:54:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28259 — 17:54:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28260 — 17:54:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28261 — 17:55:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28262 — 17:55:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28263 — 17:55:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28264 — 17:55:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28265 — 17:55:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28266 — 17:55:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28267 — 17:55:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28268 — 17:55:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28269 — 17:55:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28270 — 17:55:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28271 — 17:55:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28272 — 17:55:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28273 — 17:55:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28274 — 17:55:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28275 — 17:55:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28276 — 17:55:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28277 — 17:55:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28278 — 17:55:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28279 — 17:55:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28280 — 17:55:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28281 — 17:55:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28282 — 17:55:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28283 — 17:55:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28284 — 17:55:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28285 — 17:55:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28286 — 17:55:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28287 — 17:55:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28288 — 17:55:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28289 — 17:55:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28290 — 17:55:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28291 — 17:55:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28292 — 17:55:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28293 — 17:55:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28294 — 17:55:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28295 — 17:55:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28296 — 17:55:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28297 — 17:55:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28298 — 17:55:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28299 — 17:55:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28300 — 17:55:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28301 — 17:55:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28302 — 17:55:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28303 — 17:55:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28304 — 17:55:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28305 — 17:55:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28306 — 17:55:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28307 — 17:55:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28308 — 17:55:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28309 — 17:55:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28310 — 17:55:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28311 — 17:55:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28312 — 17:55:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28313 — 17:55:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28314 — 17:55:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28315 — 17:55:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28316 — 17:55:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28317 — 17:55:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28318 — 17:55:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28319 — 17:55:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28320 — 17:56:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28321 — 17:56:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28322 — 17:56:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28323 — 17:56:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28324 — 17:56:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28325 — 17:56:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28326 — 17:56:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28327 — 17:56:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28328 — 17:56:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28329 — 17:56:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28330 — 17:56:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28331 — 17:56:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28332 — 17:56:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28333 — 17:56:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28334 — 17:56:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28335 — 17:56:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28336 — 17:56:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28337 — 17:56:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28338 — 17:56:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28339 — 17:56:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28340 — 17:56:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28341 — 17:56:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28342 — 17:56:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28343 — 17:56:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28344 — 17:56:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28345 — 17:56:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28346 — 17:56:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28347 — 17:56:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28348 — 17:56:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28349 — 17:56:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28350 — 17:56:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28351 — 17:56:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28352 — 17:56:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28353 — 17:56:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28354 — 17:56:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28355 — 17:56:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28356 — 17:56:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28357 — 17:56:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28358 — 17:56:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28359 — 17:56:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28360 — 17:56:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28361 — 17:56:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28362 — 17:56:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28363 — 17:56:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28364 — 17:56:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28365 — 17:56:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28366 — 17:56:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28367 — 17:56:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28368 — 17:56:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28369 — 17:56:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28370 — 17:56:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28371 — 17:56:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28372 — 17:56:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28373 — 17:56:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28374 — 17:56:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28375 — 17:56:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28376 — 17:56:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28377 — 17:57:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28378 — 17:57:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28379 — 17:57:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28380 — 17:57:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28381 — 17:57:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28382 — 17:57:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28383 — 17:57:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28384 — 17:57:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28385 — 17:57:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28386 — 17:57:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28387 — 17:57:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28388 — 17:57:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28389 — 17:57:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28390 — 17:57:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28391 — 17:57:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28392 — 17:57:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #28393 — 17:57:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28394 — 17:57:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28395 — 17:57:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28396 — 17:57:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28397 — 17:57:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28398 — 17:57:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28399 — 17:57:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28400 — 17:57:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28401 — 17:57:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28402 — 17:57:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28403 — 17:57:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28404 — 17:57:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28405 — 17:57:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28406 — 17:57:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28407 — 17:57:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28408 — 17:57:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28409 — 17:57:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28410 — 17:57:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28411 — 17:57:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28412 — 17:57:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28413 — 17:57:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28414 — 17:57:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28415 — 17:57:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28416 — 17:57:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28417 — 17:57:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28418 — 17:57:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28419 — 17:57:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28420 — 17:57:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28421 — 17:57:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28422 — 17:57:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28423 — 17:57:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28424 — 17:57:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28425 — 17:57:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28426 — 17:57:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28427 — 17:57:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28428 — 17:57:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28429 — 17:57:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28430 — 17:57:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28431 — 17:57:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28432 — 17:57:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28433 — 17:57:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28434 — 17:57:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28435 — 17:57:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28436 — 17:58:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28437 — 17:58:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28438 — 17:58:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28439 — 17:58:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28440 — 17:58:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28441 — 17:58:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28442 — 17:58:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28443 — 17:58:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28444 — 17:58:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28445 — 17:58:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28446 — 17:58:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28447 — 17:58:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28448 — 17:58:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28449 — 17:58:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28450 — 17:58:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28451 — 17:58:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28452 — 17:58:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28453 — 17:58:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28454 — 17:58:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28455 — 17:58:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28456 — 17:58:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28457 — 17:58:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #28458 — 17:58:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28459 — 17:58:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28460 — 17:58:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28461 — 17:58:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28462 — 17:58:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28463 — 17:58:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28464 — 17:58:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28465 — 17:58:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28466 — 17:58:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28467 — 17:58:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28468 — 17:58:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28469 — 17:58:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28470 — 17:58:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28471 — 17:58:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28472 — 17:58:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28473 — 17:58:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28474 — 17:58:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28475 — 17:58:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28476 — 17:58:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28477 — 17:58:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28478 — 17:58:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28479 — 17:58:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28480 — 17:58:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28481 — 17:58:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28482 — 17:58:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28483 — 17:58:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28484 — 17:58:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28485 — 17:58:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28486 — 17:58:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28487 — 17:58:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28488 — 17:58:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28489 — 17:58:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28490 — 17:58:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28491 — 17:58:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28492 — 17:58:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28493 — 17:58:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28494 — 17:59:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28495 — 17:59:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28496 — 17:59:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28497 — 17:59:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28498 — 17:59:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28499 — 17:59:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28500 — 17:59:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28501 — 17:59:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28502 — 17:59:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28503 — 17:59:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28504 — 17:59:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28505 — 17:59:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28506 — 17:59:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28507 — 17:59:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #28508 — 17:59:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28509 — 17:59:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28510 — 17:59:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28511 — 17:59:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28512 — 17:59:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28513 — 17:59:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28514 — 17:59:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28515 — 17:59:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28516 — 17:59:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28517 — 17:59:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28518 — 17:59:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28519 — 17:59:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28520 — 17:59:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28521 — 17:59:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28522 — 17:59:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28523 — 17:59:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28524 — 17:59:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28525 — 17:59:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28526 — 17:59:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28527 — 17:59:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28528 — 17:59:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28529 — 17:59:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28530 — 17:59:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28531 — 17:59:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28532 — 17:59:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28533 — 17:59:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28534 — 17:59:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28535 — 17:59:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28536 — 17:59:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28537 — 17:59:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28538 — 17:59:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28539 — 17:59:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28540 — 17:59:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28541 — 17:59:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28542 — 17:59:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28543 — 17:59:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28544 — 17:59:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28545 — 17:59:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28546 — 17:59:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28547 — 17:59:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28548 — 17:59:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28549 — 17:59:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28550 — 17:59:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28551 — 18:00:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28552 — 18:00:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28553 — 18:00:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28554 — 18:00:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28555 — 18:00:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28556 — 18:00:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #28557 — 18:00:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28558 — 18:00:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28559 — 18:00:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28560 — 18:00:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28561 — 18:00:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28562 — 18:00:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28563 — 18:00:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28564 — 18:00:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28565 — 18:00:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28566 — 18:00:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28567 — 18:00:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28568 — 18:00:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28569 — 18:00:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28570 — 18:00:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28571 — 18:00:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + + +[SIM] ⏱️ It #28572 — 18:00:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28573 — 18:00:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28574 — 18:00:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28575 — 18:00:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28576 — 18:00:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28577 — 18:00:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28578 — 18:00:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28579 — 18:00:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28580 — 18:00:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28581 — 18:00:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28582 — 18:00:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28583 — 18:00:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28584 — 18:00:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28585 — 18:00:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28586 — 18:00:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28587 — 18:00:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28588 — 18:00:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28589 — 18:00:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28590 — 18:00:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28591 — 18:00:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28592 — 18:00:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28593 — 18:00:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28594 — 18:00:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28595 — 18:00:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28596 — 18:00:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28597 — 18:00:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28598 — 18:00:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28599 — 18:00:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28600 — 18:00:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28601 — 18:00:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28602 — 18:00:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28603 — 18:00:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28604 — 18:00:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28605 — 18:00:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28606 — 18:00:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28607 — 18:00:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28608 — 18:01:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28609 — 18:01:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28610 — 18:01:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28611 — 18:01:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28612 — 18:01:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28613 — 18:01:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28614 — 18:01:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28615 — 18:01:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28616 — 18:01:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28617 — 18:01:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28618 — 18:01:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28619 — 18:01:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28620 — 18:01:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28621 — 18:01:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28622 — 18:01:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28623 — 18:01:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28624 — 18:01:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28625 — 18:01:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28626 — 18:01:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28627 — 18:01:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28628 — 18:01:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28629 — 18:01:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28630 — 18:01:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28631 — 18:01:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28632 — 18:01:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28633 — 18:01:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28634 — 18:01:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28635 — 18:01:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28636 — 18:01:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28637 — 18:01:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28638 — 18:01:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28639 — 18:01:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28640 — 18:01:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28641 — 18:01:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28642 — 18:01:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28643 — 18:01:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28644 — 18:01:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28645 — 18:01:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28646 — 18:01:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28647 — 18:01:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28648 — 18:01:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28649 — 18:01:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28650 — 18:01:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28651 — 18:01:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28652 — 18:01:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28653 — 18:01:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28654 — 18:01:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28655 — 18:01:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28656 — 18:01:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28657 — 18:01:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28658 — 18:01:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28659 — 18:01:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28660 — 18:01:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28661 — 18:01:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28662 — 18:01:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28663 — 18:01:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28664 — 18:01:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28665 — 18:01:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28666 — 18:02:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28667 — 18:02:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28668 — 18:02:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28669 — 18:02:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28670 — 18:02:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #28671 — 18:02:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28672 — 18:02:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28673 — 18:02:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28674 — 18:02:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28675 — 18:02:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28676 — 18:02:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28677 — 18:02:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28678 — 18:02:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28679 — 18:02:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28680 — 18:02:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28681 — 18:02:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28682 — 18:02:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28683 — 18:02:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28684 — 18:02:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28685 — 18:02:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28686 — 18:02:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28687 — 18:02:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28688 — 18:02:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28689 — 18:02:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28690 — 18:02:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28691 — 18:02:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28692 — 18:02:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28693 — 18:02:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28694 — 18:02:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28695 — 18:02:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28696 — 18:02:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28697 — 18:02:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28698 — 18:02:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28699 — 18:02:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28700 — 18:02:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28701 — 18:02:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28702 — 18:02:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28703 — 18:02:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28704 — 18:02:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28705 — 18:02:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28706 — 18:02:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28707 — 18:02:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28708 — 18:02:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28709 — 18:02:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28710 — 18:02:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28711 — 18:02:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28712 — 18:02:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28713 — 18:02:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28714 — 18:02:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28715 — 18:02:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28716 — 18:02:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28717 — 18:02:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28718 — 18:02:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28719 — 18:02:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28720 — 18:02:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #28721 — 18:02:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28722 — 18:02:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28723 — 18:02:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28724 — 18:03:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #28725 — 18:03:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28726 — 18:03:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28727 — 18:03:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28728 — 18:03:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28729 — 18:03:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #28730 — 18:03:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28731 — 18:03:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28732 — 18:03:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28733 — 18:03:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28734 — 18:03:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28735 — 18:03:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28736 — 18:03:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28737 — 18:03:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28738 — 18:03:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28739 — 18:03:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28740 — 18:03:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28741 — 18:03:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28742 — 18:03:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28743 — 18:03:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28744 — 18:03:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28745 — 18:03:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28746 — 18:03:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28747 — 18:03:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28748 — 18:03:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28749 — 18:03:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28750 — 18:03:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28751 — 18:03:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28752 — 18:03:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28753 — 18:03:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28754 — 18:03:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28755 — 18:03:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28756 — 18:03:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28757 — 18:03:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28758 — 18:03:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28759 — 18:03:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28760 — 18:03:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28761 — 18:03:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28762 — 18:03:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28763 — 18:03:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28764 — 18:03:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28765 — 18:03:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28766 — 18:03:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28767 — 18:03:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28768 — 18:03:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28769 — 18:03:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28770 — 18:03:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28771 — 18:03:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28772 — 18:03:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28773 — 18:03:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28774 — 18:03:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28775 — 18:03:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28776 — 18:03:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28777 — 18:03:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28778 — 18:03:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28779 — 18:03:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28780 — 18:03:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28781 — 18:03:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28782 — 18:03:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28783 — 18:04:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28784 — 18:04:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28785 — 18:04:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28786 — 18:04:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28787 — 18:04:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28788 — 18:04:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28789 — 18:04:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28790 — 18:04:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28791 — 18:04:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28792 — 18:04:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28793 — 18:04:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28794 — 18:04:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28795 — 18:04:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28796 — 18:04:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28797 — 18:04:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28798 — 18:04:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28799 — 18:04:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28800 — 18:04:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28801 — 18:04:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28802 — 18:04:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28803 — 18:04:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28804 — 18:04:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28805 — 18:04:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28806 — 18:04:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28807 — 18:04:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28808 — 18:04:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28809 — 18:04:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28810 — 18:04:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28811 — 18:04:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28812 — 18:04:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28813 — 18:04:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28814 — 18:04:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28815 — 18:04:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28816 — 18:04:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28817 — 18:04:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28818 — 18:04:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28819 — 18:04:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28820 — 18:04:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #28821 — 18:04:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28822 — 18:04:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28823 — 18:04:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28824 — 18:04:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28825 — 18:04:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28826 — 18:04:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28827 — 18:04:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28828 — 18:04:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28829 — 18:04:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28830 — 18:04:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28831 — 18:04:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28832 — 18:04:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28833 — 18:04:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28834 — 18:04:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28835 — 18:04:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28836 — 18:04:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28837 — 18:04:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28838 — 18:04:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28839 — 18:04:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28840 — 18:04:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28841 — 18:05:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28842 — 18:05:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28843 — 18:05:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28844 — 18:05:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28845 — 18:05:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28846 — 18:05:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28847 — 18:05:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28848 — 18:05:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #28849 — 18:05:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28850 — 18:05:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28851 — 18:05:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28852 — 18:05:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28853 — 18:05:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28854 — 18:05:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28855 — 18:05:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28856 — 18:05:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28857 — 18:05:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28858 — 18:05:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28859 — 18:05:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28860 — 18:05:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28861 — 18:05:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28862 — 18:05:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28863 — 18:05:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28864 — 18:05:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28865 — 18:05:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28866 — 18:05:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28867 — 18:05:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28868 — 18:05:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28869 — 18:05:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28870 — 18:05:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28871 — 18:05:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28872 — 18:05:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28873 — 18:05:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28874 — 18:05:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28875 — 18:05:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28876 — 18:05:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28877 — 18:05:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28878 — 18:05:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28879 — 18:05:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28880 — 18:05:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28881 — 18:05:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28882 — 18:05:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28883 — 18:05:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28884 — 18:05:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28885 — 18:05:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28886 — 18:05:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28887 — 18:05:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28888 — 18:05:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28889 — 18:05:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28890 — 18:05:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28891 — 18:05:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28892 — 18:05:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28893 — 18:05:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28894 — 18:05:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28895 — 18:05:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28896 — 18:05:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28897 — 18:05:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28898 — 18:05:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28899 — 18:06:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28900 — 18:06:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28901 — 18:06:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28902 — 18:06:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28903 — 18:06:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28904 — 18:06:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28905 — 18:06:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28906 — 18:06:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28907 — 18:06:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28908 — 18:06:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28909 — 18:06:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28910 — 18:06:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28911 — 18:06:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28912 — 18:06:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28913 — 18:06:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28914 — 18:06:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28915 — 18:06:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28916 — 18:06:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28917 — 18:06:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28918 — 18:06:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28919 — 18:06:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28920 — 18:06:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28921 — 18:06:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #28922 — 18:06:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28923 — 18:06:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28924 — 18:06:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28925 — 18:06:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28926 — 18:06:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28927 — 18:06:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28928 — 18:06:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28929 — 18:06:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28930 — 18:06:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28931 — 18:06:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #28932 — 18:06:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28933 — 18:06:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28934 — 18:06:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28935 — 18:06:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28936 — 18:06:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28937 — 18:06:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28938 — 18:06:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28939 — 18:06:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28940 — 18:06:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28941 — 18:06:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28942 — 18:06:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28943 — 18:06:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28944 — 18:06:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28945 — 18:06:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28946 — 18:06:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28947 — 18:06:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #28948 — 18:06:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28949 — 18:06:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28950 — 18:06:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28951 — 18:06:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28952 — 18:06:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28953 — 18:06:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28954 — 18:06:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28955 — 18:06:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28956 — 18:06:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28957 — 18:07:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28958 — 18:07:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28959 — 18:07:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28960 — 18:07:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28961 — 18:07:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28962 — 18:07:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28963 — 18:07:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28964 — 18:07:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28965 — 18:07:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28966 — 18:07:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28967 — 18:07:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28968 — 18:07:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28969 — 18:07:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28970 — 18:07:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28971 — 18:07:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28972 — 18:07:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28973 — 18:07:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28974 — 18:07:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28975 — 18:07:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28976 — 18:07:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28977 — 18:07:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28978 — 18:07:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28979 — 18:07:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28980 — 18:07:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28981 — 18:07:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28982 — 18:07:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28983 — 18:07:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28984 — 18:07:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28985 — 18:07:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28986 — 18:07:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28987 — 18:07:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28988 — 18:07:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28989 — 18:07:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28990 — 18:07:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28991 — 18:07:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28992 — 18:07:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28993 — 18:07:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #28994 — 18:07:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28995 — 18:07:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28996 — 18:07:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28997 — 18:07:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28998 — 18:07:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #28999 — 18:07:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29000 — 18:07:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29001 — 18:07:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29002 — 18:07:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29003 — 18:07:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29004 — 18:07:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29005 — 18:07:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29006 — 18:07:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29007 — 18:07:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29008 — 18:07:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29009 — 18:07:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29010 — 18:07:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29011 — 18:07:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29012 — 18:07:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29013 — 18:07:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29014 — 18:07:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29015 — 18:07:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29016 — 18:08:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29017 — 18:08:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29018 — 18:08:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29019 — 18:08:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29020 — 18:08:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29021 — 18:08:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29022 — 18:08:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29023 — 18:08:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29024 — 18:08:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29025 — 18:08:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29026 — 18:08:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29027 — 18:08:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29028 — 18:08:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29029 — 18:08:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29030 — 18:08:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29031 — 18:08:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29032 — 18:08:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29033 — 18:08:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29034 — 18:08:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29035 — 18:08:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29036 — 18:08:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29037 — 18:08:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29038 — 18:08:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29039 — 18:08:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29040 — 18:08:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29041 — 18:08:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29042 — 18:08:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29043 — 18:08:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #29044 — 18:08:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29045 — 18:08:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29046 — 18:08:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29047 — 18:08:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29048 — 18:08:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29049 — 18:08:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29050 — 18:08:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29051 — 18:08:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29052 — 18:08:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29053 — 18:08:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29054 — 18:08:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29055 — 18:08:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29056 — 18:08:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29057 — 18:08:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29058 — 18:08:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29059 — 18:08:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29060 — 18:08:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29061 — 18:08:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29062 — 18:08:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29063 — 18:08:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29064 — 18:08:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29065 — 18:08:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29066 — 18:08:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29067 — 18:08:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29068 — 18:08:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29069 — 18:08:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29070 — 18:08:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29071 — 18:08:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29072 — 18:08:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29073 — 18:08:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29074 — 18:09:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29075 — 18:09:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29076 — 18:09:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29077 — 18:09:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29078 — 18:09:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29079 — 18:09:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29080 — 18:09:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29081 — 18:09:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29082 — 18:09:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29083 — 18:09:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29084 — 18:09:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29085 — 18:09:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29086 — 18:09:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29087 — 18:09:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29088 — 18:09:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29089 — 18:09:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29090 — 18:09:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29091 — 18:09:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29092 — 18:09:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29093 — 18:09:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29094 — 18:09:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29095 — 18:09:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29096 — 18:09:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29097 — 18:09:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29098 — 18:09:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29099 — 18:09:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29100 — 18:09:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29101 — 18:09:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29102 — 18:09:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29103 — 18:09:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29104 — 18:09:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29105 — 18:09:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29106 — 18:09:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29107 — 18:09:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29108 — 18:09:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29109 — 18:09:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29110 — 18:09:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29111 — 18:09:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29112 — 18:09:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29113 — 18:09:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29114 — 18:09:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29115 — 18:09:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29116 — 18:09:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29117 — 18:09:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29118 — 18:09:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29119 — 18:09:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29120 — 18:09:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29121 — 18:09:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + +[SIM] ⏱️ It #29122 — 18:09:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29123 — 18:09:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29124 — 18:09:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29125 — 18:09:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29126 — 18:09:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29127 — 18:09:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29128 — 18:09:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29129 — 18:09:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29130 — 18:09:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29131 — 18:09:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29132 — 18:10:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29133 — 18:10:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29134 — 18:10:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29135 — 18:10:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29136 — 18:10:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29137 — 18:10:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29138 — 18:10:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29139 — 18:10:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29140 — 18:10:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29141 — 18:10:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29142 — 18:10:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29143 — 18:10:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29144 — 18:10:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29145 — 18:10:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29146 — 18:10:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29147 — 18:10:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29148 — 18:10:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29149 — 18:10:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29150 — 18:10:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29151 — 18:10:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29152 — 18:10:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29153 — 18:10:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29154 — 18:10:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29155 — 18:10:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29156 — 18:10:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29157 — 18:10:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29158 — 18:10:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29159 — 18:10:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29160 — 18:10:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29161 — 18:10:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29162 — 18:10:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29163 — 18:10:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29164 — 18:10:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29165 — 18:10:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29166 — 18:10:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29167 — 18:10:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29168 — 18:10:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29169 — 18:10:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29170 — 18:10:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29171 — 18:10:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29172 — 18:10:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29173 — 18:10:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29174 — 18:10:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29175 — 18:10:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29176 — 18:10:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29177 — 18:10:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29178 — 18:10:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29179 — 18:10:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29180 — 18:10:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29181 — 18:10:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29182 — 18:10:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29183 — 18:10:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29184 — 18:10:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29185 — 18:10:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29186 — 18:10:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29187 — 18:10:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29188 — 18:10:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29189 — 18:10:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29190 — 18:11:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29191 — 18:11:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29192 — 18:11:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29193 — 18:11:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29194 — 18:11:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29195 — 18:11:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29196 — 18:11:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29197 — 18:11:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29198 — 18:11:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29199 — 18:11:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29200 — 18:11:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29201 — 18:11:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29202 — 18:11:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29203 — 18:11:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29204 — 18:11:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29205 — 18:11:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29206 — 18:11:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29207 — 18:11:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29208 — 18:11:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29209 — 18:11:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29210 — 18:11:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29211 — 18:11:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29212 — 18:11:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29213 — 18:11:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29214 — 18:11:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29215 — 18:11:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29216 — 18:11:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29217 — 18:11:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29218 — 18:11:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29219 — 18:11:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29220 — 18:11:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29221 — 18:11:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29222 — 18:11:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29223 — 18:11:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29224 — 18:11:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29225 — 18:11:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29226 — 18:11:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29227 — 18:11:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29228 — 18:11:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29229 — 18:11:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29230 — 18:11:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29231 — 18:11:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29232 — 18:11:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29233 — 18:11:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29234 — 18:11:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29235 — 18:11:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29236 — 18:11:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29237 — 18:11:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29238 — 18:11:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29239 — 18:11:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29240 — 18:11:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29241 — 18:11:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29242 — 18:11:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29243 — 18:11:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29244 — 18:11:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29245 — 18:11:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29246 — 18:11:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29247 — 18:12:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29248 — 18:12:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29249 — 18:12:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29250 — 18:12:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29251 — 18:12:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29252 — 18:12:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29253 — 18:12:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29254 — 18:12:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29255 — 18:12:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29256 — 18:12:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29257 — 18:12:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29258 — 18:12:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29259 — 18:12:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29260 — 18:12:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29261 — 18:12:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29262 — 18:12:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29263 — 18:12:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29264 — 18:12:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29265 — 18:12:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29266 — 18:12:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29267 — 18:12:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29268 — 18:12:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29269 — 18:12:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29270 — 18:12:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29271 — 18:12:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29272 — 18:12:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29273 — 18:12:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29274 — 18:12:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29275 — 18:12:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29276 — 18:12:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29277 — 18:12:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29278 — 18:12:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29279 — 18:12:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29280 — 18:12:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29281 — 18:12:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29282 — 18:12:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29283 — 18:12:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29284 — 18:12:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29285 — 18:12:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29286 — 18:12:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29287 — 18:12:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29288 — 18:12:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29289 — 18:12:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29290 — 18:12:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29291 — 18:12:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29292 — 18:12:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29293 — 18:12:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29294 — 18:12:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29295 — 18:12:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29296 — 18:12:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29297 — 18:12:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29298 — 18:12:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #29299 — 18:12:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29300 — 18:12:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29301 — 18:12:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29302 — 18:12:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29303 — 18:12:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29304 — 18:12:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29305 — 18:12:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29306 — 18:13:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29307 — 18:13:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29308 — 18:13:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29309 — 18:13:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29310 — 18:13:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29311 — 18:13:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29312 — 18:13:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29313 — 18:13:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29314 — 18:13:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29315 — 18:13:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29316 — 18:13:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29317 — 18:13:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29318 — 18:13:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29319 — 18:13:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29320 — 18:13:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29321 — 18:13:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29322 — 18:13:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29323 — 18:13:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29324 — 18:13:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29325 — 18:13:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29326 — 18:13:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29327 — 18:13:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29328 — 18:13:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29329 — 18:13:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29330 — 18:13:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29331 — 18:13:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29332 — 18:13:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29333 — 18:13:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29334 — 18:13:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29335 — 18:13:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29336 — 18:13:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29337 — 18:13:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29338 — 18:13:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29339 — 18:13:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29340 — 18:13:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29341 — 18:13:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29342 — 18:13:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29343 — 18:13:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29344 — 18:13:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29345 — 18:13:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29346 — 18:13:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29347 — 18:13:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29348 — 18:13:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29349 — 18:13:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29350 — 18:13:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29351 — 18:13:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29352 — 18:13:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29353 — 18:13:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29354 — 18:13:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29355 — 18:13:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29356 — 18:13:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29357 — 18:13:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29358 — 18:13:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29359 — 18:13:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29360 — 18:13:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29361 — 18:13:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29362 — 18:13:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29363 — 18:13:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29364 — 18:14:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29365 — 18:14:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29366 — 18:14:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29367 — 18:14:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29368 — 18:14:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29369 — 18:14:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29370 — 18:14:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29371 — 18:14:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29372 — 18:14:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29373 — 18:14:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29374 — 18:14:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29375 — 18:14:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29376 — 18:14:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29377 — 18:14:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29378 — 18:14:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29379 — 18:14:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29380 — 18:14:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29381 — 18:14:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29382 — 18:14:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29383 — 18:14:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29384 — 18:14:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29385 — 18:14:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29386 — 18:14:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29387 — 18:14:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29388 — 18:14:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29389 — 18:14:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29390 — 18:14:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29391 — 18:14:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29392 — 18:14:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29393 — 18:14:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29394 — 18:14:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29395 — 18:14:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29396 — 18:14:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29397 — 18:14:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29398 — 18:14:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29399 — 18:14:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29400 — 18:14:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29401 — 18:14:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29402 — 18:14:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29403 — 18:14:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29404 — 18:14:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29405 — 18:14:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29406 — 18:14:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29407 — 18:14:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29408 — 18:14:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29409 — 18:14:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29410 — 18:14:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29411 — 18:14:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29412 — 18:14:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29413 — 18:14:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29414 — 18:14:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29415 — 18:14:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29416 — 18:14:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29417 — 18:14:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29418 — 18:14:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29419 — 18:14:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29420 — 18:14:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29421 — 18:14:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29422 — 18:15:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29423 — 18:15:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29424 — 18:15:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29425 — 18:15:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29426 — 18:15:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29427 — 18:15:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29428 — 18:15:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29429 — 18:15:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29430 — 18:15:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29431 — 18:15:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29432 — 18:15:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29433 — 18:15:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29434 — 18:15:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29435 — 18:15:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29436 — 18:15:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29437 — 18:15:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29438 — 18:15:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29439 — 18:15:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29440 — 18:15:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29441 — 18:15:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29442 — 18:15:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29443 — 18:15:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29444 — 18:15:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29445 — 18:15:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29446 — 18:15:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29447 — 18:15:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29448 — 18:15:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29449 — 18:15:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29450 — 18:15:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29451 — 18:15:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29452 — 18:15:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29453 — 18:15:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29454 — 18:15:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29455 — 18:15:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29456 — 18:15:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29457 — 18:15:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29458 — 18:15:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29459 — 18:15:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29460 — 18:15:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29461 — 18:15:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29462 — 18:15:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29463 — 18:15:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29464 — 18:15:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29465 — 18:15:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29466 — 18:15:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29467 — 18:15:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29468 — 18:15:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29469 — 18:15:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29470 — 18:15:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29471 — 18:15:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29472 — 18:15:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29473 — 18:15:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29474 — 18:15:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29475 — 18:15:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29476 — 18:15:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29477 — 18:15:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29478 — 18:15:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29479 — 18:15:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29480 — 18:16:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29481 — 18:16:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29482 — 18:16:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29483 — 18:16:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29484 — 18:16:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29485 — 18:16:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29486 — 18:16:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29487 — 18:16:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29488 — 18:16:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29489 — 18:16:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29490 — 18:16:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29491 — 18:16:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29492 — 18:16:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29493 — 18:16:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29494 — 18:16:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29495 — 18:16:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29496 — 18:16:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29497 — 18:16:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29498 — 18:16:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29499 — 18:16:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29500 — 18:16:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29501 — 18:16:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29502 — 18:16:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29503 — 18:16:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29504 — 18:16:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29505 — 18:16:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29506 — 18:16:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29507 — 18:16:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29508 — 18:16:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29509 — 18:16:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29510 — 18:16:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29511 — 18:16:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29512 — 18:16:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29513 — 18:16:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29514 — 18:16:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29515 — 18:16:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29516 — 18:16:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29517 — 18:16:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29518 — 18:16:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29519 — 18:16:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29520 — 18:16:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29521 — 18:16:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29522 — 18:16:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29523 — 18:16:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29524 — 18:16:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29525 — 18:16:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29526 — 18:16:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29527 — 18:16:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29528 — 18:16:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29529 — 18:16:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29530 — 18:16:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29531 — 18:16:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29532 — 18:16:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29533 — 18:16:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29534 — 18:16:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29535 — 18:16:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29536 — 18:16:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29537 — 18:16:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29538 — 18:17:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29539 — 18:17:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29540 — 18:17:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29541 — 18:17:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29542 — 18:17:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29543 — 18:17:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29544 — 18:17:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29545 — 18:17:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29546 — 18:17:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29547 — 18:17:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29548 — 18:17:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29549 — 18:17:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29550 — 18:17:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29551 — 18:17:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29552 — 18:17:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29553 — 18:17:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29554 — 18:17:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29555 — 18:17:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29556 — 18:17:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29557 — 18:17:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29558 — 18:17:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29559 — 18:17:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29560 — 18:17:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29561 — 18:17:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29562 — 18:17:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29563 — 18:17:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29564 — 18:17:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29565 — 18:17:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29566 — 18:17:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29567 — 18:17:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29568 — 18:17:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29569 — 18:17:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29570 — 18:17:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29571 — 18:17:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29572 — 18:17:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29573 — 18:17:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29574 — 18:17:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29575 — 18:17:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29576 — 18:17:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29577 — 18:17:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29578 — 18:17:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #29579 — 18:17:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29580 — 18:17:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29581 — 18:17:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29582 — 18:17:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29583 — 18:17:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29584 — 18:17:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29585 — 18:17:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29586 — 18:17:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29587 — 18:17:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #29588 — 18:17:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29589 — 18:17:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29590 — 18:17:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29591 — 18:17:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29592 — 18:17:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29593 — 18:17:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29594 — 18:17:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29595 — 18:17:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29596 — 18:18:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29597 — 18:18:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29598 — 18:18:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29599 — 18:18:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29600 — 18:18:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29601 — 18:18:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29602 — 18:18:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29603 — 18:18:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29604 — 18:18:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29605 — 18:18:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29606 — 18:18:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29607 — 18:18:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29608 — 18:18:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29609 — 18:18:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29610 — 18:18:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29611 — 18:18:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29612 — 18:18:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29613 — 18:18:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29614 — 18:18:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29615 — 18:18:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29616 — 18:18:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29617 — 18:18:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29618 — 18:18:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29619 — 18:18:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29620 — 18:18:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29621 — 18:18:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29622 — 18:18:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29623 — 18:18:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29624 — 18:18:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29625 — 18:18:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29626 — 18:18:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29627 — 18:18:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29628 — 18:18:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29629 — 18:18:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29630 — 18:18:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29631 — 18:18:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29632 — 18:18:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29633 — 18:18:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29634 — 18:18:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29635 — 18:18:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29636 — 18:18:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29637 — 18:18:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29638 — 18:18:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29639 — 18:18:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29640 — 18:18:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29641 — 18:18:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29642 — 18:18:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29643 — 18:18:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29644 — 18:18:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29645 — 18:18:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29646 — 18:18:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29647 — 18:18:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29648 — 18:18:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29649 — 18:18:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29650 — 18:18:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29651 — 18:18:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29652 — 18:18:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29653 — 18:19:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29654 — 18:19:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29655 — 18:19:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29656 — 18:19:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29657 — 18:19:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29658 — 18:19:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29659 — 18:19:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29660 — 18:19:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29661 — 18:19:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29662 — 18:19:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29663 — 18:19:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29664 — 18:19:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29665 — 18:19:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29666 — 18:19:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29667 — 18:19:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29668 — 18:19:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29669 — 18:19:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29670 — 18:19:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29671 — 18:19:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29672 — 18:19:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29673 — 18:19:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29674 — 18:19:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29675 — 18:19:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29676 — 18:19:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29677 — 18:19:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29678 — 18:19:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29679 — 18:19:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29680 — 18:19:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29681 — 18:19:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29682 — 18:19:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29683 — 18:19:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29684 — 18:19:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29685 — 18:19:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29686 — 18:19:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29687 — 18:19:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29688 — 18:19:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29689 — 18:19:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29690 — 18:19:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29691 — 18:19:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29692 — 18:19:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29693 — 18:19:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29694 — 18:19:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29695 — 18:19:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29696 — 18:19:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29697 — 18:19:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29698 — 18:19:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29699 — 18:19:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29700 — 18:19:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29701 — 18:19:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29702 — 18:19:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29703 — 18:19:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29704 — 18:19:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29705 — 18:19:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29706 — 18:19:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29707 — 18:19:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29708 — 18:19:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29709 — 18:19:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29710 — 18:19:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29711 — 18:19:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29712 — 18:20:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29713 — 18:20:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29714 — 18:20:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29715 — 18:20:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29716 — 18:20:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29717 — 18:20:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29718 — 18:20:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29719 — 18:20:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29720 — 18:20:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29721 — 18:20:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29722 — 18:20:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29723 — 18:20:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29724 — 18:20:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29725 — 18:20:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29726 — 18:20:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29727 — 18:20:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29728 — 18:20:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29729 — 18:20:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29730 — 18:20:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29731 — 18:20:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29732 — 18:20:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29733 — 18:20:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29734 — 18:20:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29735 — 18:20:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29736 — 18:20:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29737 — 18:20:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29738 — 18:20:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29739 — 18:20:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29740 — 18:20:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29741 — 18:20:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29742 — 18:20:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29743 — 18:20:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29744 — 18:20:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29745 — 18:20:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29746 — 18:20:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29747 — 18:20:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29748 — 18:20:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29749 — 18:20:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29750 — 18:20:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29751 — 18:20:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29752 — 18:20:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29753 — 18:20:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29754 — 18:20:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29755 — 18:20:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29756 — 18:20:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29757 — 18:20:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29758 — 18:20:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29759 — 18:20:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29760 — 18:20:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29761 — 18:20:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29762 — 18:20:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29763 — 18:20:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29764 — 18:20:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29765 — 18:20:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29766 — 18:20:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29767 — 18:20:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29768 — 18:20:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29769 — 18:20:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29770 — 18:21:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29771 — 18:21:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29772 — 18:21:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29773 — 18:21:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29774 — 18:21:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29775 — 18:21:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29776 — 18:21:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29777 — 18:21:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29778 — 18:21:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29779 — 18:21:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29780 — 18:21:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29781 — 18:21:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29782 — 18:21:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29783 — 18:21:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29784 — 18:21:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29785 — 18:21:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29786 — 18:21:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29787 — 18:21:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29788 — 18:21:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29789 — 18:21:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29790 — 18:21:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29791 — 18:21:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29792 — 18:21:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29793 — 18:21:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29794 — 18:21:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29795 — 18:21:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29796 — 18:21:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29797 — 18:21:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29798 — 18:21:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29799 — 18:21:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29800 — 18:21:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29801 — 18:21:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29802 — 18:21:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29803 — 18:21:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29804 — 18:21:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29805 — 18:21:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29806 — 18:21:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29807 — 18:21:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29808 — 18:21:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29809 — 18:21:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29810 — 18:21:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29811 — 18:21:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29812 — 18:21:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29813 — 18:21:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29814 — 18:21:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29815 — 18:21:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29816 — 18:21:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29817 — 18:21:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29818 — 18:21:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29819 — 18:21:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29820 — 18:21:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29821 — 18:21:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29822 — 18:21:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29823 — 18:21:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29824 — 18:21:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29825 — 18:21:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29826 — 18:21:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29827 — 18:21:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29828 — 18:22:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29829 — 18:22:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29830 — 18:22:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29831 — 18:22:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29832 — 18:22:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29833 — 18:22:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29834 — 18:22:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29835 — 18:22:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29836 — 18:22:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29837 — 18:22:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29838 — 18:22:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29839 — 18:22:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29840 — 18:22:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29841 — 18:22:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29842 — 18:22:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29843 — 18:22:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29844 — 18:22:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29845 — 18:22:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29846 — 18:22:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29847 — 18:22:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29848 — 18:22:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29849 — 18:22:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29850 — 18:22:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29851 — 18:22:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29852 — 18:22:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29853 — 18:22:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29854 — 18:22:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29855 — 18:22:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29856 — 18:22:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29857 — 18:22:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29858 — 18:22:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29859 — 18:22:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29860 — 18:22:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29861 — 18:22:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29862 — 18:22:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29863 — 18:22:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29864 — 18:22:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29865 — 18:22:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29866 — 18:22:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29867 — 18:22:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29868 — 18:22:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29869 — 18:22:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29870 — 18:22:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29871 — 18:22:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29872 — 18:22:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29873 — 18:22:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29874 — 18:22:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29875 — 18:22:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29876 — 18:22:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29877 — 18:22:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29878 — 18:22:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29879 — 18:22:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29880 — 18:22:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29881 — 18:22:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29882 — 18:22:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29883 — 18:22:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29884 — 18:22:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29885 — 18:22:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29886 — 18:23:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29887 — 18:23:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29888 — 18:23:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29889 — 18:23:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29890 — 18:23:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29891 — 18:23:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29892 — 18:23:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29893 — 18:23:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29894 — 18:23:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29895 — 18:23:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29896 — 18:23:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29897 — 18:23:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29898 — 18:23:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29899 — 18:23:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #29900 — 18:23:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29901 — 18:23:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29902 — 18:23:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29903 — 18:23:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29904 — 18:23:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29905 — 18:23:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29906 — 18:23:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29907 — 18:23:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29908 — 18:23:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29909 — 18:23:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29910 — 18:23:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29911 — 18:23:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29912 — 18:23:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29913 — 18:23:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29914 — 18:23:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29915 — 18:23:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29916 — 18:23:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29917 — 18:23:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29918 — 18:23:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29919 — 18:23:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29920 — 18:23:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29921 — 18:23:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29922 — 18:23:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29923 — 18:23:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29924 — 18:23:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29925 — 18:23:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29926 — 18:23:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29927 — 18:23:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29928 — 18:23:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29929 — 18:23:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29930 — 18:23:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29931 — 18:23:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29932 — 18:23:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29933 — 18:23:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29934 — 18:23:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29935 — 18:23:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29936 — 18:23:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29937 — 18:23:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29938 — 18:23:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29939 — 18:23:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29940 — 18:23:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29941 — 18:23:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29942 — 18:23:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29943 — 18:23:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29944 — 18:23:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29945 — 18:24:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29946 — 18:24:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29947 — 18:24:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29948 — 18:24:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29949 — 18:24:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29950 — 18:24:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29951 — 18:24:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29952 — 18:24:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29953 — 18:24:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29954 — 18:24:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29955 — 18:24:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29956 — 18:24:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29957 — 18:24:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29958 — 18:24:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29959 — 18:24:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29960 — 18:24:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29961 — 18:24:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29962 — 18:24:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29963 — 18:24:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29964 — 18:24:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #29965 — 18:24:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29966 — 18:24:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29967 — 18:24:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29968 — 18:24:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29969 — 18:24:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29970 — 18:24:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29971 — 18:24:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29972 — 18:24:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29973 — 18:24:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29974 — 18:24:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #29975 — 18:24:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29976 — 18:24:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29977 — 18:24:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29978 — 18:24:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29979 — 18:24:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29980 — 18:24:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29981 — 18:24:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #29982 — 18:24:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29983 — 18:24:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29984 — 18:24:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29985 — 18:24:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29986 — 18:24:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29987 — 18:24:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29988 — 18:24:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #29989 — 18:24:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29990 — 18:24:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29991 — 18:24:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29992 — 18:24:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29993 — 18:24:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29994 — 18:24:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29995 — 18:24:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29996 — 18:24:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29997 — 18:24:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29998 — 18:24:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #29999 — 18:24:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30000 — 18:24:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30001 — 18:24:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30002 — 18:24:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30003 — 18:25:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30004 — 18:25:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30005 — 18:25:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30006 — 18:25:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30007 — 18:25:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30008 — 18:25:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30009 — 18:25:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30010 — 18:25:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30011 — 18:25:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30012 — 18:25:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30013 — 18:25:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30014 — 18:25:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30015 — 18:25:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30016 — 18:25:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30017 — 18:25:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30018 — 18:25:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30019 — 18:25:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30020 — 18:25:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30021 — 18:25:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30022 — 18:25:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30023 — 18:25:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30024 — 18:25:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30025 — 18:25:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30026 — 18:25:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30027 — 18:25:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30028 — 18:25:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30029 — 18:25:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30030 — 18:25:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30031 — 18:25:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30032 — 18:25:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30033 — 18:25:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30034 — 18:25:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30035 — 18:25:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30036 — 18:25:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30037 — 18:25:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30038 — 18:25:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30039 — 18:25:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30040 — 18:25:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30041 — 18:25:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30042 — 18:25:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30043 — 18:25:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30044 — 18:25:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30045 — 18:25:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30046 — 18:25:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30047 — 18:25:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30048 — 18:25:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30049 — 18:25:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30050 — 18:25:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30051 — 18:25:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #30052 — 18:25:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30053 — 18:25:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30054 — 18:25:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30055 — 18:25:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30056 — 18:25:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30057 — 18:25:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30058 — 18:25:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30059 — 18:25:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30060 — 18:25:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30061 — 18:26:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30062 — 18:26:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30063 — 18:26:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30064 — 18:26:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30065 — 18:26:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30066 — 18:26:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30067 — 18:26:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30068 — 18:26:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30069 — 18:26:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30070 — 18:26:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30071 — 18:26:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30072 — 18:26:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30073 — 18:26:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30074 — 18:26:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30075 — 18:26:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30076 — 18:26:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30077 — 18:26:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30078 — 18:26:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30079 — 18:26:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30080 — 18:26:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30081 — 18:26:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30082 — 18:26:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30083 — 18:26:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30084 — 18:26:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30085 — 18:26:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30086 — 18:26:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30087 — 18:26:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30088 — 18:26:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30089 — 18:26:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30090 — 18:26:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30091 — 18:26:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30092 — 18:26:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30093 — 18:26:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30094 — 18:26:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30095 — 18:26:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30096 — 18:26:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30097 — 18:26:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30098 — 18:26:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30099 — 18:26:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30100 — 18:26:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30101 — 18:26:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30102 — 18:26:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30103 — 18:26:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30104 — 18:26:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30105 — 18:26:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30106 — 18:26:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30107 — 18:26:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30108 — 18:26:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30109 — 18:26:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30110 — 18:26:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30111 — 18:26:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30112 — 18:26:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30113 — 18:26:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30114 — 18:26:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30115 — 18:26:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30116 — 18:26:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30117 — 18:26:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30118 — 18:26:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30119 — 18:27:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30120 — 18:27:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30121 — 18:27:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30122 — 18:27:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30123 — 18:27:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30124 — 18:27:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30125 — 18:27:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30126 — 18:27:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30127 — 18:27:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30128 — 18:27:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30129 — 18:27:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30130 — 18:27:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30131 — 18:27:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30132 — 18:27:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30133 — 18:27:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30134 — 18:27:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30135 — 18:27:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30136 — 18:27:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #30137 — 18:27:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30138 — 18:27:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30139 — 18:27:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30140 — 18:27:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30141 — 18:27:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30142 — 18:27:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30143 — 18:27:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30144 — 18:27:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30145 — 18:27:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30146 — 18:27:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30147 — 18:27:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30148 — 18:27:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30149 — 18:27:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30150 — 18:27:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30151 — 18:27:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30152 — 18:27:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30153 — 18:27:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30154 — 18:27:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30155 — 18:27:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30156 — 18:27:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30157 — 18:27:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30158 — 18:27:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30159 — 18:27:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30160 — 18:27:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30161 — 18:27:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30162 — 18:27:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30163 — 18:27:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30164 — 18:27:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30165 — 18:27:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30166 — 18:27:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30167 — 18:27:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30168 — 18:27:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30169 — 18:27:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30170 — 18:27:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30171 — 18:27:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30172 — 18:27:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30173 — 18:27:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30174 — 18:27:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30175 — 18:27:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30176 — 18:27:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30177 — 18:27:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30178 — 18:28:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30179 — 18:28:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30180 — 18:28:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30181 — 18:28:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30182 — 18:28:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30183 — 18:28:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30184 — 18:28:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30185 — 18:28:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #30186 — 18:28:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #30187 — 18:28:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30188 — 18:28:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30189 — 18:28:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30190 — 18:28:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30191 — 18:28:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30192 — 18:28:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30193 — 18:28:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30194 — 18:28:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30195 — 18:28:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30196 — 18:28:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30197 — 18:28:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30198 — 18:28:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30199 — 18:28:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30200 — 18:28:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30201 — 18:28:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30202 — 18:28:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30203 — 18:28:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30204 — 18:28:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30205 — 18:28:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30206 — 18:28:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30207 — 18:28:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30208 — 18:28:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30209 — 18:28:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30210 — 18:28:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30211 — 18:28:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30212 — 18:28:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30213 — 18:28:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30214 — 18:28:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30215 — 18:28:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30216 — 18:28:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30217 — 18:28:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30218 — 18:28:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30219 — 18:28:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30220 — 18:28:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30221 — 18:28:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30222 — 18:28:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30223 — 18:28:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30224 — 18:28:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30225 — 18:28:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30226 — 18:28:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30227 — 18:28:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30228 — 18:28:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30229 — 18:28:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30230 — 18:28:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30231 — 18:28:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30232 — 18:28:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30233 — 18:28:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30234 — 18:28:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30235 — 18:28:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30236 — 18:29:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30237 — 18:29:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30238 — 18:29:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30239 — 18:29:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30240 — 18:29:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30241 — 18:29:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30242 — 18:29:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30243 — 18:29:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30244 — 18:29:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30245 — 18:29:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30246 — 18:29:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30247 — 18:29:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30248 — 18:29:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30249 — 18:29:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30250 — 18:29:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30251 — 18:29:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30252 — 18:29:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30253 — 18:29:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30254 — 18:29:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30255 — 18:29:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30256 — 18:29:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30257 — 18:29:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30258 — 18:29:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30259 — 18:29:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30260 — 18:29:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30261 — 18:29:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30262 — 18:29:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30263 — 18:29:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30264 — 18:29:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30265 — 18:29:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30266 — 18:29:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30267 — 18:29:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30268 — 18:29:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30269 — 18:29:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30270 — 18:29:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30271 — 18:29:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30272 — 18:29:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30273 — 18:29:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30274 — 18:29:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30275 — 18:29:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30276 — 18:29:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30277 — 18:29:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30278 — 18:29:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30279 — 18:29:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30280 — 18:29:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30281 — 18:29:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30282 — 18:29:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30283 — 18:29:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30284 — 18:29:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30285 — 18:29:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30286 — 18:29:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30287 — 18:29:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30288 — 18:29:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30289 — 18:29:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30290 — 18:29:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30291 — 18:29:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30292 — 18:29:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30293 — 18:29:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30294 — 18:29:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30295 — 18:30:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30296 — 18:30:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30297 — 18:30:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30298 — 18:30:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30299 — 18:30:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30300 — 18:30:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30301 — 18:30:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30302 — 18:30:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30303 — 18:30:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30304 — 18:30:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30305 — 18:30:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30306 — 18:30:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30307 — 18:30:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30308 — 18:30:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30309 — 18:30:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30310 — 18:30:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30311 — 18:30:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30312 — 18:30:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30313 — 18:30:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30314 — 18:30:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30315 — 18:30:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30316 — 18:30:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30317 — 18:30:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30318 — 18:30:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30319 — 18:30:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30320 — 18:30:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30321 — 18:30:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30322 — 18:30:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30323 — 18:30:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30324 — 18:30:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30325 — 18:30:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30326 — 18:30:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30327 — 18:30:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30328 — 18:30:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30329 — 18:30:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30330 — 18:30:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30331 — 18:30:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30332 — 18:30:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30333 — 18:30:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30334 — 18:30:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30335 — 18:30:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30336 — 18:30:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30337 — 18:30:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30338 — 18:30:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30339 — 18:30:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30340 — 18:30:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30341 — 18:30:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30342 — 18:30:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30343 — 18:30:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30344 — 18:30:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30345 — 18:30:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30346 — 18:30:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30347 — 18:30:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30348 — 18:30:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30349 — 18:30:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30350 — 18:30:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30351 — 18:30:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30352 — 18:30:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30353 — 18:31:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30354 — 18:31:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30355 — 18:31:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30356 — 18:31:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30357 — 18:31:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30358 — 18:31:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30359 — 18:31:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30360 — 18:31:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30361 — 18:31:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30362 — 18:31:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30363 — 18:31:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30364 — 18:31:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30365 — 18:31:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30366 — 18:31:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30367 — 18:31:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30368 — 18:31:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30369 — 18:31:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30370 — 18:31:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30371 — 18:31:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30372 — 18:31:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30373 — 18:31:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30374 — 18:31:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30375 — 18:31:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30376 — 18:31:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30377 — 18:31:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30378 — 18:31:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30379 — 18:31:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30380 — 18:31:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30381 — 18:31:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30382 — 18:31:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30383 — 18:31:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30384 — 18:31:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30385 — 18:31:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30386 — 18:31:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30387 — 18:31:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30388 — 18:31:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30389 — 18:31:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30390 — 18:31:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30391 — 18:31:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30392 — 18:31:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30393 — 18:31:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30394 — 18:31:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30395 — 18:31:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30396 — 18:31:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30397 — 18:31:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30398 — 18:31:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30399 — 18:31:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30400 — 18:31:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30401 — 18:31:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30402 — 18:31:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30403 — 18:31:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30404 — 18:31:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30405 — 18:31:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30406 — 18:31:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30407 — 18:31:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30408 — 18:31:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30409 — 18:31:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30410 — 18:31:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30411 — 18:32:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30412 — 18:32:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30413 — 18:32:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30414 — 18:32:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30415 — 18:32:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30416 — 18:32:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30417 — 18:32:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30418 — 18:32:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30419 — 18:32:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30420 — 18:32:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30421 — 18:32:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30422 — 18:32:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30423 — 18:32:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30424 — 18:32:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30425 — 18:32:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30426 — 18:32:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30427 — 18:32:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30428 — 18:32:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30429 — 18:32:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30430 — 18:32:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30431 — 18:32:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30432 — 18:32:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30433 — 18:32:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30434 — 18:32:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #30435 — 18:32:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30436 — 18:32:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30437 — 18:32:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30438 — 18:32:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30439 — 18:32:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30440 — 18:32:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30441 — 18:32:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30442 — 18:32:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30443 — 18:32:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30444 — 18:32:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30445 — 18:32:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30446 — 18:32:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30447 — 18:32:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30448 — 18:32:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30449 — 18:32:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30450 — 18:32:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30451 — 18:32:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30452 — 18:32:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30453 — 18:32:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30454 — 18:32:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30455 — 18:32:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30456 — 18:32:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30457 — 18:32:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30458 — 18:32:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30459 — 18:32:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30460 — 18:32:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30461 — 18:32:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30462 — 18:32:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30463 — 18:32:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30464 — 18:32:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30465 — 18:32:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30466 — 18:32:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30467 — 18:32:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30468 — 18:32:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30469 — 18:32:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30470 — 18:33:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30471 — 18:33:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30472 — 18:33:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30473 — 18:33:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30474 — 18:33:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30475 — 18:33:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30476 — 18:33:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30477 — 18:33:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30478 — 18:33:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30479 — 18:33:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30480 — 18:33:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30481 — 18:33:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30482 — 18:33:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30483 — 18:33:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30484 — 18:33:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30485 — 18:33:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30486 — 18:33:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30487 — 18:33:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30488 — 18:33:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30489 — 18:33:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30490 — 18:33:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30491 — 18:33:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30492 — 18:33:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30493 — 18:33:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30494 — 18:33:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30495 — 18:33:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30496 — 18:33:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30497 — 18:33:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30498 — 18:33:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30499 — 18:33:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30500 — 18:33:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30501 — 18:33:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30502 — 18:33:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30503 — 18:33:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30504 — 18:33:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30505 — 18:33:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30506 — 18:33:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30507 — 18:33:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + +[SIM] ⏱️ It #30508 — 18:33:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30509 — 18:33:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30510 — 18:33:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30511 — 18:33:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30512 — 18:33:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30513 — 18:33:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30514 — 18:33:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30515 — 18:33:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30516 — 18:33:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #30517 — 18:33:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30518 — 18:33:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30519 — 18:33:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30520 — 18:33:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30521 — 18:33:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30522 — 18:33:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30523 — 18:33:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30524 — 18:33:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30525 — 18:33:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #30526 — 18:33:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30527 — 18:33:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30528 — 18:34:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30529 — 18:34:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30530 — 18:34:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30531 — 18:34:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30532 — 18:34:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30533 — 18:34:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30534 — 18:34:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30535 — 18:34:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30536 — 18:34:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30537 — 18:34:09 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30538 — 18:34:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30539 — 18:34:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30540 — 18:34:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30541 — 18:34:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30542 — 18:34:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30543 — 18:34:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30544 — 18:34:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30545 — 18:34:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30546 — 18:34:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30547 — 18:34:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30548 — 18:34:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30549 — 18:34:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30550 — 18:34:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30551 — 18:34:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30552 — 18:34:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30553 — 18:34:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30554 — 18:34:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30555 — 18:34:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30556 — 18:34:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30557 — 18:34:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30558 — 18:34:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30559 — 18:34:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30560 — 18:34:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30561 — 18:34:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30562 — 18:34:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30563 — 18:34:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30564 — 18:34:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30565 — 18:34:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30566 — 18:34:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30567 — 18:34:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30568 — 18:34:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30569 — 18:34:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30570 — 18:34:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30571 — 18:34:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30572 — 18:34:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30573 — 18:34:46 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30574 — 18:34:47 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30575 — 18:34:48 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30576 — 18:34:49 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30577 — 18:34:50 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30578 — 18:34:51 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30579 — 18:34:52 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30580 — 18:34:53 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30581 — 18:34:54 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30582 — 18:34:55 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30583 — 18:34:56 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30584 — 18:34:57 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30585 — 18:34:58 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30586 — 18:34:59 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30587 — 18:35:00 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30588 — 18:35:01 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30589 — 18:35:02 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30590 — 18:35:03 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30591 — 18:35:04 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30592 — 18:35:05 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30593 — 18:35:06 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30594 — 18:35:07 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30595 — 18:35:08 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30596 — 18:35:10 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30597 — 18:35:11 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30598 — 18:35:12 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30599 — 18:35:13 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30600 — 18:35:14 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30601 — 18:35:15 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30602 — 18:35:16 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + +[SIM] ⏱️ It #30603 — 18:35:17 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30604 — 18:35:18 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30605 — 18:35:19 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30606 — 18:35:20 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30607 — 18:35:21 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30608 — 18:35:22 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30609 — 18:35:23 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30610 — 18:35:24 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30611 — 18:35:25 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30612 — 18:35:26 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30613 — 18:35:27 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30614 — 18:35:28 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30615 — 18:35:29 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30616 — 18:35:30 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30617 — 18:35:31 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30618 — 18:35:32 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30619 — 18:35:33 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30620 — 18:35:34 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30621 — 18:35:35 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30622 — 18:35:36 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30623 — 18:35:37 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30624 — 18:35:38 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30625 — 18:35:39 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30626 — 18:35:40 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30627 — 18:35:41 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30628 — 18:35:42 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30629 — 18:35:43 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + +[SIM] ⏱️ It #30630 — 18:35:44 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📈 InfluxDB: ✅ + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + +[SIM] ⏱️ It #30631 — 18:35:45 + 📤 city/sensors/traffic/traffic_000 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + 📤 city/sensors/traffic/traffic_001 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/traffic/traffic_002 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ + 📤 city/sensors/airquality/airquality_003 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📤 city/sensors/airquality/airquality_004 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📤 city/sensors/parking/parking_005 → EMQX,Mosquitto + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 🤖 IoT-Agent: ❌ + + 📈 InfluxDB: ✅ + 📤 city/sensors/parking/parking_006 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/noise/noise_007 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) 📈 InfluxDB: ✅ + + 📤 city/sensors/weather/weather_008 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + 📈 InfluxDB: ✅ ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + + 📤 city/sensors/light/light_009 → EMQX,Mosquitto + 🤖 IoT-Agent: ❌ + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known) + 📈 InfluxDB: ✅ +[SIM] ✅ 10 capteurs | MQTT OK: 2/3 | OR: False + ⚠️ InfluxDB → : Failed to resolve 'smart-city-influxdb' ([Errno -2] Name or service not known)